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

    Interface RefreshTokenParameters

    Parameters for refreshing an access token.

    interface RefreshTokenParameters {
        headers?: Record<string, string>;
        refreshToken: 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.

    refreshToken: string

    The issued refresh token

    scope?: string

    The scopes requested for the issued tokens. e.g. openid profile