RegistrationFinalizeInput
No description
input RegistrationFinalizeInput {
idempotencyKey: String!
recaptchaToken: String!
}
Fields
RegistrationFinalizeInput.idempotencyKey
● String!
non-null scalar
The idempotent key for this request, which is REQUIRED for this method. Key may be comprised of alphanumeric values, as well as the following symbols: '_', '-', '.'
RegistrationFinalizeInput.recaptchaToken
● String!
non-null scalar
The ReCaptcha token, used to help prevent automated HSA applications.
Member of
registrationFinalize
mutation