Interface: TokenResponse
A parsed OAuth token response: the bearer plus, when the grant returns them, the rotating refresh token and the access-token lifetime (seconds).
Properties
access_token
access_token: string;
expires_in?
optional expires_in: number;
refresh_token?
optional refresh_token: string;
token_type?
optional token_type: string;