Class: Weaviate::OIDC
Constant Summary collapse
- PATH =
".well-known/openid-configuration"
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from Weaviate::Base
Instance Method Details
#get ⇒ Object
7 8 9 10 |
# File 'lib/weaviate/oidc.rb', line 7 def get response = client.connection.get(PATH) response.body end |