Class: A2A::MutualTLSSecurityScheme
- Inherits:
-
SecuritySchemeBase
- Object
- Dry::Struct
- ProtocolStruct
- SecuritySchemeBase
- A2A::MutualTLSSecurityScheme
- Defined in:
- lib/a2a/types/mutual_tls_security_scheme.rb
Overview
Defines a security scheme using mTLS authentication.
Instance Method Summary collapse
-
#type ⇒ String
The type of the security scheme.
Methods inherited from SecuritySchemeBase
Methods included from Extensions::CaseTransformation
Instance Method Details
#type ⇒ String
Returns The type of the security scheme. Must be ‘mutualTLS’.
7 |
# File 'lib/a2a/types/mutual_tls_security_scheme.rb', line 7 attribute :type, Types::String.constant('mutualTLS') |