Amazon Cognito · Schema

ConfirmForgotPasswordResponse

The response from the server that results from a user's request to retrieve a forgotten password.

AuthenticationAuthorizationIdentityIdentity ProviderOAuth2OIDC
View JSON Schema on GitHub

JSON Schema

cognito-idp-confirm-forgot-password-response-schema.json Raw ↑
{
  "type": "object",
  "properties": {},
  "description": "The response from the server that results from a user's request to retrieve a forgotten password.",
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-cognito/refs/heads/main/json-schema/cognito-idp-confirm-forgot-password-response-schema.json",
  "title": "ConfirmForgotPasswordResponse"
}