object AuthScheme
Contains the standard auth schemes. |
|
enum class HeaderValueEncoding
Describes how a header should be encoded. |
|
sealed class HttpAuthHeader
Describes an authentication header with a mandatory authScheme that usually is a standard AuthScheme. |
fun parseAuthorizationHeader(headerValue: String): HttpAuthHeader?
Parses an authorization header headerValue into a HttpAuthHeader. |