Interface: BearerProfile
Returned by all auth grant functions. Store server-side — never in the browser.
Properties
| Property | Type |
|---|---|
access_token | string |
expires_in | number |
profile | string |
refresh_token | string |
token_type | string |
userId | string |
Returned by all auth grant functions. Store server-side — never in the browser.
| Property | Type |
|---|---|
access_token | string |
expires_in | number |
profile | string |
refresh_token | string |
token_type | string |
userId | string |