Amazon Cognito · Schema

OAuthFlowsType

OAuthFlowsType schema from Amazon Cognito

AuthenticationAuthorizationIdentityIdentity ProviderOAuth2OIDC
View JSON Schema on GitHub

JSON Schema

cognito-idp-o-auth-flows-type-schema.json Raw ↑
{
  "type": "array",
  "items": {
    "type": "string",
    "enum": [
      "code",
      "implicit",
      "client_credentials"
    ]
  },
  "$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-o-auth-flows-type-schema.json",
  "title": "OAuthFlowsType",
  "description": "OAuthFlowsType schema from Amazon Cognito"
}