OBJECT
GetTotpStatusReply
Description
TOTP status for a user.
link GraphQL Schema definition
- type GetTotpStatusReply {
- # TOTP as 2FA is enabled.
- : Boolean!
- # TOTP as 2FA is enforced.
- : Boolean!
- : Boolean!
- # Specifies whether TOTP is supported for the user.
- : Boolean!
- # Timestamp of last TOTP configuration update.
- : DateTime
- # Integer value indicating the period of showing TOTP configuration reminder in
- # hours.
- : Int!
- }