Interface: Api
Entry point for auth to Smokeball.Methods
idToken()
idToken():Retrieves the id token. This token can be used to access the api. Only available to trusted clients.Promise<string>
Returns
Promise<string>
the current id token.
Example
token()
token():Retrieves the access token. Only available to trusted clients.Promise<string>
Returns
Promise<string>
the current access token.