Record: ClientConfiguration
Represents the configurations of the client used to call the introspection endpoint.
Closed record
Fields
- httpVersion HttpVersion(default HTTP_1_1)
- customHeaders map<string>?
- customPayload string?
- auth ClientAuth?
- secureSocket SecureSocket?
The HTTP version of the client
The list of custom HTTP headers
The list of custom HTTP payload parameters
The client auth configurations
SSL/TLS-related configurations