nonInteractiveSignIn MethodProtected
Attempts a non-interactive signIn
- tries to load the user from storage
- tries to silently sign-in the user
nonInteractiveSignIn(args?: BrowserAuthorizationClientRequestOptions): Promise<undefined | User>
| Parameter | Type | Description |
|---|---|---|
| args | BrowserAuthorizationClientRequestOptions |
Returns - Promise<undefined | User>
Defined in
- Client.ts Line 182
Last Updated: 24 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.