OBJECT

GetTotpStatusReply

Description

TOTP status for a user.

link GraphQL Schema definition

  • type GetTotpStatusReply {
  • # TOTP as 2FA is enabled.
  • isEnabled: Boolean!
  • # TOTP as 2FA is enforced.
  • isEnforced: Boolean!
  • # Integer value indicating the period of showing TOTP configuration reminder in
  • # hours.
  • totpReminderHours: Int!
  • # Timestamp of last TOTP configuration update.
  • totpConfigUpdateAt: DateTime
  • # Specifies whether TOTP is supported for the user.
  • isSupported: Boolean!
  • isEnforcedUserLevel: Boolean!
  • }

link Require by