react-native-auth0
    Preparing search index...

    Function Auth0Provider

    • Provides the Auth0Context to its child components.

      Parameters

      Returns Element

      <Auth0Provider domain="YOUR AUTH0 DOMAIN" clientId="YOUR CLIENT ID">
      <App />
      </Auth0Provider>
    Index

    Properties

    Properties

    propTypes: {
        children: Validator<ReactElementLike>;
        clientId: Validator<string>;
        domain: Validator<string>;
        headers: Requireable<object>;
    }