Sha256: ca9fd18bc0af1fab06ef24e5141434c90e51cb0a130c2dd78b14d4e655ac814b
Contents?: true
Size: 1.53 KB
Versions: 1
Compression:
Stored size: 1.53 KB
Contents
=begin #ORY Oathkeeper #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. The version of the OpenAPI document: v0.38.15-beta.1 Contact: hi@ory.am Generated by: https://openapi-generator.tech OpenAPI Generator version: 5.2.1 =end # Common files require 'ory-oathkeeper-client/api_client' require 'ory-oathkeeper-client/api_error' require 'ory-oathkeeper-client/version' require 'ory-oathkeeper-client/configuration' # Models require 'ory-oathkeeper-client/models/health_not_ready_status' require 'ory-oathkeeper-client/models/health_status' require 'ory-oathkeeper-client/models/inline_response500' require 'ory-oathkeeper-client/models/json_web_key' require 'ory-oathkeeper-client/models/json_web_key_set' require 'ory-oathkeeper-client/models/rule' require 'ory-oathkeeper-client/models/rule_handler' require 'ory-oathkeeper-client/models/rule_match' require 'ory-oathkeeper-client/models/upstream' require 'ory-oathkeeper-client/models/version' # APIs require 'ory-oathkeeper-client/api/api_api' module OryOathkeeperClient class << self # Customize default settings for the SDK using block. # OryOathkeeperClient.configure do |config| # config.username = "xxx" # config.password = "xxx" # end # If no block given, return the default Configuration object. def configure if block_given? yield(Configuration.default) else Configuration.default end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ory-oathkeeper-client-0.38.15.beta1 | lib/ory-oathkeeper-client.rb |