Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ Upon successful exchange, the module invalidates the OTP so it cannot be reused.
`mutation: {
exchangeOtpForCustomerToken(email: String!, otp: String!) {CustomerToken}}`

## Reference

The [`exchangeOtpForCustomerToken`](https://developer.adobe.com/commerce/webapi/graphql-api/saas/index.html#mutation-exchangeOtpForCustomerToken) reference provides detailed information about the types and fields defined in this mutation.

## Example usage

The following example uses the specified email and one-time password (OTP) to return a customer token.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,13 @@ You can use the [`recaptchaV3Config` query](recaptcha-v3-config.md) to return a

`recaptchaFormConfig(formType: ReCaptchaFormEnum!): ReCaptchaConfigOutput`

## References
## Reference

The `recaptchaFormConfig` reference provides detailed information about the types and fields defined in this mutation.
The `recaptchaFormConfig` reference provides detailed information about the types and fields defined in this query.

* &#8203;<Edition name="saas" /> [Adobe Commerce as a Cloud Service](https://developer.adobe.com/commerce/webapi/graphql-api/saas/index.html#query-recaptchaFormConfig)

* &#8203;<Edition name="paas" /> [On-Premises/Cloud](https://developer.adobe.com/commerce/webapi/graphql-api/index.html#query-recaptchaV3Config)

## Example usage

Expand Down
Loading