@auth0/nextjs-auth0 - v4.11.0
    Preparing search index...

    Interface TokenSet

    interface TokenSet {
        accessToken: string;
        audience?: string;
        expiresAt: number;
        idToken?: string;
        refreshToken?: string;
        requestedScope?: string;
        scope?: string;
        token_type?: string;
    }
    Index

    Properties

    accessToken: string
    audience?: string
    expiresAt: number
    idToken?: string
    refreshToken?: string
    requestedScope?: string
    scope?: string
    token_type?: string