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

    Interface ConnectionTokenSet

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

    Indexable

    • [key: string]: unknown
    Index

    Properties

    accessToken: string
    connection: string
    expiresAt: number
    scope?: string