ClientTokenResponse interface
A response containing the client token.
Properties
| base |
The URL client connects to |
| token | The client token. |
| url | The URL client connects to with access_token query string |
Property Details
baseUrl
The URL client connects to
baseUrl: string
Property Value
string
token
The client token.
token: string
Property Value
string
url
The URL client connects to with access_token query string
url: string
Property Value
string