INPUT_OBJECT
VerifyOneTimePasswordForAuthenticationFactorMutationInput
The input object that defines the fields for the verifyOneTimePasswordForAuthenticationFactor mutation.
link GraphQL Schema definition
- input VerifyOneTimePasswordForAuthenticationFactorMutationInput {
- # The type of authentication factor this is.
- AuthenticationFactorType! :
- # A one-time password (OTP).
- String! :
- }