VerifyTotpPayload
No description
type VerifyTotpPayload {
clientMutationId: String
success: Boolean!
recoveryCodes: [String!]
}
Fields
VerifyTotpPayload.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
VerifyTotpPayload.success
● Boolean!
non-null scalar
VerifyTotpPayload.recoveryCodes
● [String!]
list scalar
Returned By
verifyTotp
mutation