Type Alias: AuthOption
type AuthOption =
| UpfrontAuthOption
| DelayedAuthOption
| ImsJumpAuthOption
| PreSignedInAuthOption;
Authentication option for SDK initialization.
This union type includes:
- UpfrontAuthOption - User signs in upfront
- DelayedAuthOption - Auth deferred until needed
- ImsJumpAuthOption - IMS jump (e.g. SSO) with token
- PreSignedInAuthOption - User already signed in
See
AuthMode for the mode enum