Class: A2A::OpenIdConnectSecurityScheme
- Inherits:
-
SecuritySchemeBase
- Object
- Dry::Struct
- ProtocolStruct
- SecuritySchemeBase
- A2A::OpenIdConnectSecurityScheme
- Defined in:
- lib/a2a/types/openid_connect_security_scheme.rb
Overview
Defines a security scheme using OpenID Connect.
Instance Method Summary collapse
-
#open_id_connect_url ⇒ URI
The OpenID Connect Discovery URL for the OIDC provider’s metadata.
-
#type ⇒ String
The type of the security scheme.
Methods inherited from SecuritySchemeBase
Methods included from Extensions::CaseTransformation
Instance Method Details
#open_id_connect_url ⇒ URI
10 |
# File 'lib/a2a/types/openid_connect_security_scheme.rb', line 10 attribute :open_id_connect_url, Types::URI |
#type ⇒ String
7 |
# File 'lib/a2a/types/openid_connect_security_scheme.rb', line 7 attribute :type, Types::String.constant('openIdConnect') |