Auth0 Node.js SDK - v5.0.0
    Preparing search index...

    Interface TokenForConnectionResponse

    interface TokenForConnectionResponse {
        access_token: string;
        scope?: string;
        expires_at: number;
        connection: string;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    access_token: string
    scope?: string
    expires_at: number
    connection: string