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! :
- # Integer value indicating the period of showing TOTP configuration reminder in
- # hours.
- Int! :
- # Timestamp of last TOTP configuration update.
- DateTime :
- # Specifies whether TOTP is supported for the user.
- Boolean! :
- Boolean! :
- }