Skip to main content

AgentResetPasswordInput

Autogenerated input type of AgentResetPassword

input AgentResetPasswordInput {
authCode: String
clientMutationId: String
password: String!
passwordConfirm: String!
recaptchaToken: String!
token: String!
}

Fields

AgentResetPasswordInput.authCode ● String scalar common

The two factor authentication code.

AgentResetPasswordInput.clientMutationId ● String scalar common

A unique identifier for the client performing the mutation.

AgentResetPasswordInput.password ● String! non-null scalar common

The new password.

AgentResetPasswordInput.passwordConfirm ● String! non-null scalar common

The new password confirmation.

AgentResetPasswordInput.recaptchaToken ● String! non-null scalar common

The reCAPTCHA token.

AgentResetPasswordInput.token ● String! non-null scalar common

The token to reset the password.

Member of

agentResetPassword mutation