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

    Interface UserInfoParameters

    Parameters for accessing the /userinfo endpoint.

    interface UserInfoParameters {
        headers?: Record<string, string>;
        token: string;
        tokenType?: TokenType;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any
    Index

    Properties

    headers?: Record<string, string>

    Optional custom headers to be included in the request.

    token: string
    tokenType?: TokenType

    The type of the token. When 'DPoP', DPoP headers will be generated automatically. Defaults to the client's configured token type.