Amazon Cognito · Schema

ResendConfirmationCodeResponse

The response from the server when Amazon Cognito makes the request to resend a confirmation code.

AuthenticationAuthorizationIdentityIdentity ProviderOAuth2OIDC

Properties

Name Type Description
CodeDeliveryDetails object
View JSON Schema on GitHub

JSON Schema

cognito-idp-resend-confirmation-code-response-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "CodeDeliveryDetails": {
      "allOf": [
        {
          "$ref": "#/components/schemas/CodeDeliveryDetailsType"
        },
        {
          "description": "The code delivery details returned by the server in response to the request to resend the confirmation code."
        }
      ]
    }
  },
  "description": "The response from the server when Amazon Cognito makes the request to resend a confirmation code.",
  "$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-resend-confirmation-code-response-schema.json",
  "title": "ResendConfirmationCodeResponse"
}