@tax1driver/ts-tpay
    Preparing search index...

    Interface RequestTokenResponse

    interface RequestTokenResponse {
        access_token: string;
        client_id: string;
        expires_in: string;
        issued_at: string;
        scope: string;
        token_type: string;
    }
    Index

    Properties

    access_token: string
    client_id: string
    expires_in: string
    issued_at: string
    scope: string
    token_type: string