Amazon Cognito · JSON Structure

Identity Pools Get Open Id Token For Developer Identity Response Structure

Returned in response to a successful GetOpenIdTokenForDeveloperIdentity request.

Type: object Properties: 2
AuthenticationIdentityOAuthOIDCSAMLUser ManagementFederated Identity

GetOpenIdTokenForDeveloperIdentityResponse is a JSON Structure definition published by Amazon Cognito, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

IdentityId Token

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-cognito/refs/heads/main/json-structure/identity-pools-get-open-id-token-for-developer-identity-response-structure.json",
  "name": "GetOpenIdTokenForDeveloperIdentityResponse",
  "description": "Returned in response to a successful <code>GetOpenIdTokenForDeveloperIdentity</code> request.",
  "type": "object",
  "properties": {
    "IdentityId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/IdentityId"
        },
        {
          "description": "A unique identifier in the format REGION:GUID."
        }
      ]
    },
    "Token": {
      "allOf": [
        {
          "$ref": "#/components/schemas/OIDCToken"
        },
        {
          "description": "An OpenID token."
        }
      ]
    }
  }
}