react-native-auth0
    Preparing search index...

    Interface UserInfoOptions

    Options for accessing the /userinfo endpoint.

    interface UserInfoOptions {
        headers?: Record<string, string>;
        token: string;
    }
    Index

    Properties

    Properties

    headers?: Record<string, string>

    (Optional) Custom headers to include in the request.

    token: string

    The user's access token