module OryHydraClient
#ORY Hydra
#Welcome to the ORY Hydra HTTP API documentation. You will find documentation for all HTTP APIs here.
The version of the OpenAPI document: v1.10.6
Generated by: openapi-generator.tech OpenAPI Generator version: 5.2.1
#ORY Hydra
#Welcome to the ORY Hydra HTTP API documentation. You will find documentation for all HTTP APIs here.
The version of the OpenAPI document: v1.10.6
Generated by: openapi-generator.tech OpenAPI Generator version: 5.2.1
#ORY Hydra
#Welcome to the ORY Hydra HTTP API documentation. You will find documentation for all HTTP APIs here.
The version of the OpenAPI document: 1.10.6
Generated by: openapi-generator.tech OpenAPI Generator version: 5.2.1
Constants
- VERSION
Public Class Methods
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-hydra-client.rb, line 74 def configure if block_given? yield(Configuration.default) else Configuration.default end end