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

    Interface ConnectionTokenSet

    interface ConnectionTokenSet {
        accessToken: string;
        connection: string;
        expiresAt: number;
        loginHint?: string;
        scope?: string;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index
    accessToken: string
    connection: string
    expiresAt: number
    loginHint?: string
    scope?: string