Optional
customCustom scheme to build the callback URL with.
Optional
ephemeraliOS only: Disable Single-Sign-On (SSO). It only affects iOS with versions 13 and above.
Optional
leeway
The amount of leeway, in seconds, to accommodate potential clock skew when validating an ID token's claims.
Optional
useThis will use older callback URL. See <a href="https://github.com/auth0/react-native-auth0/blob/master/MIGRATION_GUIDE.md#callback-url-migration">https://github.com/auth0/react-native-auth0/blob/master/MIGRATION_GUIDE.md#callback-url-migration</a> for more details.
Optional
useSFSafari
iOS only: Uses
SFSafariViewController
instead of
ASWebAuthenticationSession
. If empty object is
set, the presentationStyle defaults to <a
href="../enums/SafariViewControllerPresentationStyle.html#fullscreen"
class="tsd-kind-enum-member">SafariViewControllerPresentationStyle.fullScreen</a>
This can be used as a boolean value or as an object which sets
the presentationStyle
. See the examples below for
reference
Options for controlling the SDK's behaviour when calling the
/authorize
endpoint.