Class: Anthropic::Models::Beta::Organization::Federation::BetaJWKSExplicitURL
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Anthropic::Models::Beta::Organization::Federation::BetaJWKSExplicitURL
- Defined in:
- lib/anthropic/models/beta/organization/federation/beta_jwks_explicit_url.rb,
sig/anthropic/models/beta/organization/federation/beta_jwks_explicit_url.rbs
Instance Attribute Summary collapse
-
#ca_cert_pem ⇒ String?
Optional custom CA (PEM) for TLS verification of the JWKS fetch.
- #type ⇒ Symbol, :explicit_url
-
#url ⇒ String
JWKS endpoint.
Instance Method Summary collapse
-
#initialize(url:, ca_cert_pem: nil, type: :explicit_url) ⇒ Object
constructor
JWKS fetched from a fixed endpoint.
- #to_hash ⇒ {
Methods inherited from Internal::Type::BaseModel
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize(url:, ca_cert_pem: nil, type: :explicit_url) ⇒ Object
JWKS fetched from a fixed endpoint.
|
|
# File 'lib/anthropic/models/beta/organization/federation/beta_jwks_explicit_url.rb', line 26
|
Instance Attribute Details
#ca_cert_pem ⇒ String?
Optional custom CA (PEM) for TLS verification of the JWKS fetch.
24 |
# File 'lib/anthropic/models/beta/organization/federation/beta_jwks_explicit_url.rb', line 24 optional :ca_cert_pem, String, nil?: true |
#type ⇒ Symbol, :explicit_url
12 |
# File 'lib/anthropic/models/beta/organization/federation/beta_jwks_explicit_url.rb', line 12 required :type, const: :explicit_url |
#url ⇒ String
JWKS endpoint.
18 |
# File 'lib/anthropic/models/beta/organization/federation/beta_jwks_explicit_url.rb', line 18 required :url, String |
Instance Method Details
#to_hash ⇒ {
22 |
# File 'sig/anthropic/models/beta/organization/federation/beta_jwks_explicit_url.rbs', line 22
def to_hash: -> {
|