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

    Interface AccessTokenSet

    interface AccessTokenSet {
        accessToken: string;
        audience: string;
        expiresAt: number;
        requestedScope?: string;
        scope?: string;
        token_type?: string;
    }
    Index

    Properties

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