CreateTotpPayload
No description
type CreateTotpPayload {
clientMutationId: String
qrCodeUrl: String!
secret: String!
recoveryCodes: [String!]!
}
Fields
CreateTotpPayload.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
CreateTotpPayload.qrCodeUrl ● String! non-null scalar
CreateTotpPayload.secret ● String! non-null scalar
CreateTotpPayload.recoveryCodes ● [String!]! non-null scalar
Returned By
createTotp mutation