OBJECT

RegisterTwoFactorConfirmationPayload

The result of a registerTwoFactorConfirmationPayload mutation.

link GraphQL Schema definition

1type RegisterTwoFactorConfirmationPayload {
2
3# New access token returned for clients to use after turning on 2FA.
4accessToken: String
5
6# error code and localized error.
7error: RegisterTwoFactorConfirmationError
8
9}