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

    Interface SessionAuthenticationSignal

    Authentication signal details

    interface SessionAuthenticationSignal {
        name?: string;
        timestamp?: SessionDate;
        "^type$"?: string;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any

      Accepts any additional properties

    Index

    Properties

    name?: string

    One of: "federated", "passkey", "pwd", "sms", "email", "mfa", "mock" or a custom method denoted by a URL

    timestamp?: SessionDate
    "^type$"?: string

    A specific MFA factor. Only present when "name" is set to "mfa"