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

    Interface AuthenticationResponse

    interface AuthenticationResponse {
        access_token: string;
        expires_in: number;
        grant_type: string;
        refresh_token: string;
        token_type: string;
    }
    Index

    Properties

    access_token: string
    expires_in: number
    grant_type: string
    refresh_token: string
    token_type: string