OBJECT
ValidateMultiFactorAuthenticationPayload
The output of our validateMultiFactorAuthentication
mutation.
link GraphQL Schema definition
- type ValidateMultiFactorAuthenticationPayload {
- # The exact same `clientMutationId` that was provided in the mutation input,
- # unchanged and unused. May be used by a client to track mutations.
- String :
- JwtToken :
- # Our root query field type. Allows us to run any query from our mutation payload.
- Query :
- }