Back to Node Auth0

Interface SessionAuthenticationSignal

docs/interfaces/management.Management.SessionAuthenticationSignal.html

5.9.11.1 KB
Original Source

Interface SessionAuthenticationSignal

Authentication signal details

interface SessionAuthenticationSignal {
name?: string;
timestamp?: SessionDate;
type?: string;
key: string: any;
}

Indexable

Accepts any additional properties

Index

Properties

name?timestamp?type?

Properties

Optionalname

name?: string

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

Optionaltimestamp

timestamp?: SessionDate

Optionaltype

type?: string

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

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties nametimestamptype