module OryHydraClient

#ORY Keto

#Ory Keto is a cloud native access control server providing best-practice patterns (RBAC, ABAC, ACL, AWS IAM Policies, Kubernetes Roles, …) via REST APIs.

The version of the OpenAPI document: Latest Contact: hi@ory.sh Generated by: openapi-generator.tech OpenAPI Generator version: 4.2.3

#ORY Keto

#Ory Keto is a cloud native access control server providing best-practice patterns (RBAC, ABAC, ACL, AWS IAM Policies, Kubernetes Roles, …) via REST APIs.

The version of the OpenAPI document: Latest Contact: hi@ory.sh Generated by: openapi-generator.tech OpenAPI Generator version: 4.2.3

#ORY Keto

#Ory Keto is a cloud native access control server providing best-practice patterns (RBAC, ABAC, ACL, AWS IAM Policies, Kubernetes Roles, …) via REST APIs.

The version of the OpenAPI document: Latest Contact: hi@ory.sh Generated by: openapi-generator.tech OpenAPI Generator version: 4.2.3

Constants

VERSION

Public Class Methods

configure() { |default| ... } click to toggle source

Customize default settings for the SDK using block.

OryHydraClient.configure do |config|
  config.username = "xxx"
  config.password = "xxx"
end

If no block given, return the default Configuration object.

# File lib/ory-keto-client.rb, line 43
def configure
  if block_given?
    yield(Configuration.default)
  else
    Configuration.default
  end
end