Class: Anthropic::Models::Beta::Organization::Federation::BetaJWKSDiscovery
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Anthropic::Models::Beta::Organization::Federation::BetaJWKSDiscovery
- Defined in:
- lib/anthropic/models/beta/organization/federation/beta_jwks_discovery.rb,
sig/anthropic/models/beta/organization/federation/beta_jwks_discovery.rbs
Instance Attribute Summary collapse
-
#ca_cert_pem ⇒ String?
Optional custom CA (PEM) for TLS verification of the JWKS fetch.
-
#discovery_base ⇒ String?
Set when the discovery URL differs from
issuer_url. - #type ⇒ Symbol, :discovery
Instance Method Summary collapse
-
#initialize(ca_cert_pem: nil, discovery_base: nil, type: :discovery) ⇒ Object
constructor
JWKS via the issuer's OIDC discovery document.
- #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(ca_cert_pem: nil, discovery_base: nil, type: :discovery) ⇒ Object
JWKS via the issuer's OIDC discovery document.
|
|
# File 'lib/anthropic/models/beta/organization/federation/beta_jwks_discovery.rb', line 26
|
Instance Attribute Details
#ca_cert_pem ⇒ String?
Optional custom CA (PEM) for TLS verification of the JWKS fetch.
18 |
# File 'lib/anthropic/models/beta/organization/federation/beta_jwks_discovery.rb', line 18 optional :ca_cert_pem, String, nil?: true |
#discovery_base ⇒ String?
Set when the discovery URL differs from issuer_url.
24 |
# File 'lib/anthropic/models/beta/organization/federation/beta_jwks_discovery.rb', line 24 optional :discovery_base, String, nil?: true |
#type ⇒ Symbol, :discovery
12 |
# File 'lib/anthropic/models/beta/organization/federation/beta_jwks_discovery.rb', line 12 required :type, const: :discovery |
Instance Method Details
#to_hash ⇒ {
22 |
# File 'sig/anthropic/models/beta/organization/federation/beta_jwks_discovery.rbs', line 22
def to_hash: -> {
|