{
  "issuer": "https://gassaver.in",
  "authorization_endpoint": "https://gassaver.in/auth/login",
  "token_endpoint": "https://beta-api.gassaver.in/api/v1/users/login",
  "jwks_uri": "https://gassaver.in/.well-known/jwks.json",
  "response_types_supported": [
    "token",
    "code"
  ],
  "grant_types_supported": [
    "password",
    "client_credentials",
    "refresh_token"
  ],
  "scopes_supported": [
    "openid",
    "energy:delegate",
    "account:read",
    "transactions:write"
  ],
  "token_endpoint_auth_methods_supported": [
    "client_secret_post",
    "bearer"
  ],
  "agent_auth": {
    "register_uri": "https://gassaver.in/auth.md",
    "supported_identity_types": [
      "agent",
      "client_credentials",
      "autonomous_system"
    ],
    "supported_credential_types": [
      "bearer_token",
      "api_key"
    ],
    "revocation_uri": "https://beta-api.gassaver.in/api/v1/users/logout"
  }
}