@auth0/auth0-react
    Preparing search index...

    Type Alias TokenEndpointResponse

    type TokenEndpointResponse = {
        access_token: string;
        expires_in: number;
        id_token: string;
        refresh_token?: string;
        scope?: string;
        token_type: string;
    }
    Index

    Properties

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