Package io.ktor.http.auth
Types
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. |
Functions
fun parseAuthorizationHeader( Parses an authorization header headerValue into a HttpAuthHeader. |