React Native Auth0 - v5.5.0
    Preparing search index...

    Interface AuthState

    The shape of the authentication state managed by the Auth0Provider.

    interface AuthState {
        user: User | null;
        error: AuthError | null;
        isLoading: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    user: User | null
    error: AuthError | null
    isLoading: boolean