@smokeballdev/smokeball-client-sdkDocumentation Index
Fetch the complete documentation index at: https://docs.smokeball.com/llms.txt
Use this file to discover all available pages before exploring further.
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.