OBJECT
TOTP secret for a user.
type GenerateTotpSecretReply {# TOTP secret key.secret: String! # TOTP secret URI.secretUri: String! }