VerifyTotpInput
No description
input VerifyTotpInput {
clientMutationId: String
code: String!
service: String
}
Fields
VerifyTotpInput.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
VerifyTotpInput.code
● String!
non-null scalar
The TOTP code to check
VerifyTotpInput.service
● String
scalar
Member of
verifyTotp
mutation