TOTP

data class TOTP(val id: String) : UserAuthenticationFactor

Represents a TOTP registration associated with a Stytch User

Constructors

Link copied to clipboard
constructor(id: String)

Properties

Link copied to clipboard
open override val id: String