OBJECT

GenerateTotpSecretReply

Description

TOTP secret for a user.

link GraphQL Schema definition

  • type GenerateTotpSecretReply {
  • # TOTP secret key.
  • secret: String!
  • # TOTP secret URI.
  • secretUri: String!
  • }

link Require by