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

    Interface ExchangeNativeSocialParameters

    Parameters for exchanging a native social provider's token for Auth0 tokens.

    interface ExchangeNativeSocialParameters {
        headers?: Record<string, string>;
        subjectToken: string;
        subjectTokenType: string;
        userProfile?: string;
        audience?: string;
        scope?: string;
        [key: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: any
    Index

    Properties

    headers?: Record<string, string>

    Optional custom headers to be included in the request.

    subjectToken: string
    subjectTokenType: string
    userProfile?: string
    audience?: string
    scope?: string