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<User | undefined>
| Parameter | Type | Description |
|---|---|---|
| args | BrowserAuthorizationClientRequestOptions |
Returns - Promise<User | undefined>
Defined in
- Client.ts Line 217
Last Updated: 23 June, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.