Code0 LogoCodeZero

usersMfaTotpValidateSecret

Validates a TOTP value for the given secret and enables TOTP MFA for the user

Arguments

NameTypeDescription
clientMutationIdStringA unique identifier for the client performing the mutation.
currentTotpString!The current totp at the time to verify the mfa authentication device
secretString!The signed secret from the generation

Fields

NameTypeDescription
clientMutationIdStringA unique identifier for the client performing the mutation.
errors[Error!]!Errors encountered during execution of the mutation.
userUserThe modified user

On this page