cc-everywhere

Type Alias: AuthOption

type AuthOption = 
  | UpfrontAuthOption
  | DelayedAuthOption
  | ImsJumpAuthOption
  | PreSignedInAuthOption;

Authentication option for SDK initialization.

This union type includes:

See

AuthMode for the mode enum