ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies.
For more information, please visit https://www.ory.am
This API client was generated by the OpenAPI Generator project. By using the openapi-spec from a remote server, you can easily generate an API client.
org.openapitools.codegen.languages.RustClientCodegen
Put the package under your project folder in a directory named ory-oathkeeper-client
and add the following to Cargo.toml
under [dependencies]
:
ory-oathkeeper-client = { path = "./ory-oathkeeper-client" }
All URIs are relative to http://localhost
Class | Method | HTTP request | Description ------------ | ------------- | ------------- | ------------- ApiApi | decisions | GET /decisions | Access Control Decision API ApiApi | getrule | GET /rules/{id} | Retrieve a Rule *ApiApi* | getwellknownjsonwebkeys | GET /.well-known/jwks.json | Lists Cryptographic Keys ApiApi | listrules | GET /rules | List All Rules *HealthApi* | isinstancealive | GET /health/alive | Check alive status *HealthApi* | isinstanceready | GET /health/ready | Check readiness status *VersionApi* | getversion | GET /version | Get service version
To get access to the crate's generated documentation, use:
cargo doc --open
hi@ory.am