Back to Node Auth0

Interface SessionAuthenticationSignals

docs/interfaces/management.Management.SessionAuthenticationSignals.html

5.9.1893 B
Original Source

Interface SessionAuthenticationSignals

Details about authentication signals obtained during the login flow

interface SessionAuthenticationSignals {
methods?: SessionAuthenticationSignal[];
key: string: any;
}

Indexable

Accepts any additional properties

Index

Properties

methods?

Properties

Optionalmethods

methods?: SessionAuthenticationSignal[]

Contains the authentication methods a user has completed during their session

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties methods