TotpSetupResult
Result for TOTP Authentication Setup. Recovery codes arrive from confirmTotpSetup, once the first code is verified.
type TotpSetupResult {
qrCode: String!
secret: String!
}
Fields
TotpSetupResult.qrCode ● String! non-null scalar
QR Code for TOTP Authentication, as an SVG image.
TotpSetupResult.secret ● String! non-null scalar
Secret Key for TOTP Authentication, for entering into the authenticator app by hand.
Returned By
enableTotpAuthentication mutation