React Native Auth0 - v5.0.0-beta.4
    Preparing search index...

    Class default

    The main Auth0 client class.

    This class acts as a facade, creating and delegating to a platform-specific client instance (Native or Web) under the hood.

    import Auth0 from 'react-native-auth0';

    const auth0 = new Auth0({
    domain: 'YOUR_AUTH0_DOMAIN',
    clientId: 'YOUR_AUTH0_CLIENT_ID'
    });
    Index

    Accessors

    Constructors

    Methods