{
  "issuer": "https://laiqua.xyz",
  "authorization_endpoint": "https://api.laiqua.xyz/api/v1/auth/google",
  "token_endpoint": "https://api.laiqua.xyz/api/v1/auth/refresh",
  "jwks_uri": "https://laiqua.xyz/.well-known/jwks.json",
  "registration_endpoint": "https://api.laiqua.xyz/api/v1/auth/config",
  "revocation_endpoint": "https://api.laiqua.xyz/api/v1/auth/logout",
  "response_types_supported": [
    "code"
  ],
  "grant_types_supported": [
    "authorization_code",
    "refresh_token"
  ],
  "token_endpoint_auth_methods_supported": [
    "none"
  ],
  "scopes_supported": [
    "openid",
    "email",
    "profile"
  ],
  "service_documentation": "https://laiqua.xyz/docs/api",
  "code_challenge_methods_supported": [
    "S256"
  ],
  "agent_auth": {
    "skill": "https://laiqua.xyz/auth.md",
    "register_uri": "https://api.laiqua.xyz/api/v1/auth/google",
    "claim_uri": "https://laiqua.xyz/login",
    "revocation_uri": "https://api.laiqua.xyz/api/v1/auth/logout",
    "identity_types_supported": [
      "anonymous",
      "identity_assertion"
    ],
    "anonymous": {
      "credential_types_supported": [
        "access_token"
      ]
    },
    "identity_assertion": {
      "assertion_types_supported": [
        "verified_email"
      ],
      "credential_types_supported": [
        "access_token"
      ]
    },
    "events_supported": [
      "https://schemas.openid.net/secevent/oauth/token/revoked"
    ]
  },
  "userinfo_endpoint": "https://api.laiqua.xyz/api/v1/auth/me",
  "subject_types_supported": [
    "public"
  ],
  "id_token_signing_alg_values_supported": [
    "RS256"
  ],
  "claims_supported": [
    "sub",
    "email",
    "name",
    "picture"
  ]
}