Parameters
| Parameter | Type | Description |
|---|---|---|
options | { forceRefresh: boolean; } | The options for getting the token. |
options.forceRefresh | boolean | Whether to force a refresh of the token. |
Returns
Promise<null | string>
The access token for the current user, or null if no user is signed in.