Class: A2A::MutualTLSSecurityScheme

Inherits:
SecuritySchemeBase show all
Defined in:
lib/a2a/types/mutual_tls_security_scheme.rb

Overview

Defines a security scheme using mTLS authentication.

Instance Method Summary collapse

Methods inherited from SecuritySchemeBase

#description

Methods included from Extensions::CaseTransformation

#camelize, included, #to_json

Instance Method Details

#typeString

Returns The type of the security scheme. Must be ‘mutualTLS’.

Returns:

  • (String)

    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')