Interface: TokenSession
Token session.Properties
id
id: string
Session ID.
Methods
token()
token():Generates fresh OAuth tokens for the current session.Promise<TokenResponse>
Returns
Promise<TokenResponse>
the access, id token (if applicable) and expiry.