usersMfaTotpValidateSecret
Validates a TOTP value for the given secret and enables TOTP MFA for the user
Arguments
Name | Type | Description |
---|---|---|
clientMutationId | String | A unique identifier for the client performing the mutation. |
currentTotp | String! | The current totp at the time to verify the mfa |
| secret
| String!
| The signed secret from the generation |
Fields
Name | Type | Description |
---|---|---|
clientMutationId | String | A unique identifier for the client performing the mutation. |
errors | [Error!]! | Errors encountered during execution of the mutation. |
user | User | The modified user |