Totp
Two-factor authentication configuration (TOTP).
type Totp {
exists: Boolean!
verified: Boolean!
}
Fields
Totp.exists
● Boolean!
non-null scalar
Whether a TOTP token exists for the user.
Totp.verified
● Boolean!
non-null scalar
Whether the current session was verified with the TOTP token.
Member of
Account
object