Verify OAuth token for registration

View as Markdown

Verifies a Google or Microsoft OAuth ID token and returns an oAuthTokenVerificationRequestId to be passed to Register/StepCreate in place of the email OTP step.

Authentication

ApiKeystring
Static API key issued to your tenant. Required on every request.

Request

This endpoint expects an object.
providerenumRequired
OAuth provider.
Allowed values:
IdTokenstringRequired
ID token received from the OAuth provider.

Response

Token verified. Use oAuthTokenVerificationRequestId in Register/StepCreate.

dataobjectOptional
error_codeinteger or nullOptional
error_messagestring or nullOptional
error_descriptionslist of objects or nullOptional