HttpAuthHeader
Describes an authentication header with a mandatory authScheme that usually is a standard AuthScheme.
This can be of type HttpAuthHeader.Single or HttpAuthHeader.Parameterized.
Types
Link copied to clipboard
class Parameterized(authScheme: String, parameters: List<HeaderValueParam>, encoding: HeaderValueEncoding) : HttpAuthHeader
Content copied to clipboard
Describes a parameterized authentication header that is represented by a set of parameters encoded with encoding.
Link copied to clipboard
Standard parameters for Parameterized.
Functions
Link copied to clipboard
Encodes the header with the default HeaderValueEncoding for this header.
Encodes the header with a specified encoding.
Link copied to clipboard
Encodes the header with the default HeaderValueEncoding for this header.