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

    Type Alias NativeCredentialsResponse

    type NativeCredentialsResponse = {
        id_token: string;
        access_token: string;
        token_type: string;
        expires_in: number;
        refresh_token: string | undefined;
        scope: string | undefined;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any
    Index

    Properties

    id_token: string
    access_token: string
    token_type: string
    expires_in: number
    refresh_token: string | undefined
    scope: string | undefined