@cashu/cashu-ts
    Preparing search index...

    Type Alias TokenResponse

    type TokenResponse = {
        access_token?: string;
        error?: string;
        error_description?: string;
        expires_in?: number;
        id_token?: string;
        refresh_token?: string;
        scope?: string;
        token_type?: string;
    }
    Index

    Properties

    access_token?: string
    error?: string
    error_description?: string
    expires_in?: number
    id_token?: string
    refresh_token?: string
    scope?: string
    token_type?: string