react-native-auth0
    Preparing search index...

    Interface RefreshTokenOptions

    Refresh token parameters

    interface RefreshTokenOptions {
        refreshToken: string;
        scope?: string;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any
    Index

    Properties

    refreshToken: string

    The issued refresh token

    scope?: string

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