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

    Type Alias SSOCredentialsResponse

    type SSOCredentialsResponse = {
        access_token: string;
        issued_token_type: string;
        token_type: string;
        expires_in: number;
        id_token?: string;
        refresh_token?: string;
    }
    Index

    Properties

    access_token: string
    issued_token_type: string
    token_type: string
    expires_in: number
    id_token?: string
    refresh_token?: string