ConfirmTOTPDevice
Confirm a user's unconfirmed TOTPDevice.
Will return an error if:
- the user doesnt have a TOTPDevice.
type ConfirmTOTPDevice {
device: TOTPDevice
errors: PayloadError
isTokenValid: Boolean!
}
Fields
ConfirmTOTPDevice.device ● TOTPDevice object
ConfirmTOTPDevice.errors ● PayloadError object
ConfirmTOTPDevice.isTokenValid ● Boolean! non-null scalar
Returned By
confirmTotpDevice mutation