verifyIdentity
OEUS-specific override that disables the verify_identity mutation. This mutation is not available for OEUS clients.
Arguments
Details about the user to be verified.
Examples
The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.
mutation VerifyIdentity($input: VerifyIdentityInput!) {
verifyIdentity(input: $input) {
token
}
}
Variables
{
"input": VerifyIdentityInput
}
Response
{
"data": {
"verifyIdentity": {
"token": "better-opportunity-attorney-attack-kind"
}
}
}