Interface GetTokenResponse

interface GetTokenResponse {
    access_token: string;
    expires_in: number;
    token_type: string;
}

Properties

access_token: string
expires_in: number
token_type: string
MMNEPVFCICPMFPCPTTAAATR