OptionalleewayThe amount of leeway, in seconds, to accommodate potential clock skew when validating an ID token's claims.
OptionalephemeraliOS only: Disable Single-Sign-On (SSO). It only affects iOS with versions 13 and above.
OptionalcustomCustom scheme to build the callback URL with.
OptionaluseThis will use older callback URL. See https://github.com/auth0/react-native-auth0/blob/master/MIGRATION_GUIDE.md#callback-url-migration for more details.
OptionaluseiOS only: Uses SFSafariViewController instead of ASWebAuthenticationSession. If empty object is set, the presentationStyle defaults to SafariViewControllerPresentationStyle.fullScreen
This can be used as a boolean value or as an object which sets the presentationStyle. See the examples below for reference
Options specific to the
authorizemethod on Native platforms.Remarks
Platform specific: Native only (iOS/Android).