OBJECT

RegisterTwoFactorPayload

The result of a registerTwoFactorPayload mutation.

link GraphQL Schema definition

1type RegisterTwoFactorPayload {
2
3# error code and localized error.
4error: RegisterTwoFactorError
5
6}