UserAuthenticationFactor

A UserAuthenticationFactor represents a primary authentication factor associated with a Stytch User

Parameters

id

The string representing the unique ID of this authentication factor

Inheritors

Types

Link copied to clipboard

Represents a biometric registration associated with a Stytch User

Link copied to clipboard

Represents a Web3 login associated with a Stytch User

Link copied to clipboard
data class Email(val id: String) : UserAuthenticationFactor

Represents an email address associated with a Stytch User

Link copied to clipboard
data class OAuth(val id: String) : UserAuthenticationFactor

Represents an OAuth registration associated with a Stytch User

Link copied to clipboard

Represents a phone number associated with a Stytch User

Link copied to clipboard
data class TOTP(val id: String) : UserAuthenticationFactor

Represents a TOTP registration associated with a Stytch User

Link copied to clipboard

Represents a WebAuthn registration associated with a Stytch User

Properties

Link copied to clipboard
open val id: String