ory_oathkeeper_client 0.38.15-beta.1 copy "ory_oathkeeper_client: ^0.38.15-beta.1" to clipboard
ory_oathkeeper_client: ^0.38.15-beta.1 copied to clipboard

outdated

OpenAPI API client

ory_oathkeeper_client #

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.

This Dart package is automatically generated by the OpenAPI Generator project:

  • API version: v0.38.15-beta.1
  • Build package: org.openapitools.codegen.languages.DartClientCodegen For more information, please visit https://www.ory.am

Requirements #

Dart 2.0 or later

Installation & Usage #

Github #

If this Dart package is published to Github, add the following dependency to your pubspec.yaml

dependencies:
  ory_oathkeeper_client:
    git: https://github.com/ory/sdk.git

Local #

To use the package in your local drive, add the following dependency to your pubspec.yaml

dependencies:
  ory_oathkeeper_client:
    path: /path/to/ory_oathkeeper_client

Tests #

TODO

Getting Started #

Please follow the installation procedure and then run the following:

import 'package:ory_oathkeeper_client/api.dart';


final api_instance = ApiApi();

try {
    api_instance.decisions();
} catch (e) {
    print('Exception when calling ApiApi->decisions: $e\n');
}

Documentation for API Endpoints #

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 getVersion GET /version Get service version
ApiApi getWellKnownJSONWebKeys GET /.well-known/jwks.json Lists cryptographic keys
ApiApi isInstanceAlive GET /health/alive Check alive status
ApiApi isInstanceReady GET /health/ready Check readiness status
ApiApi listRules GET /rules List all rules

Documentation For Models #

Documentation For Authorization #

All endpoints do not require authorization.

Author #

hi@ory.am

1
likes
0
pub points
0%
popularity

Publisher

verified publisherory.sh

OpenAPI API client

Homepage

License

unknown (LICENSE)

Dependencies

http, intl, meta

More

Packages that depend on ory_oathkeeper_client