Package io.ktor.http.auth

Types

Link copied to clipboard
object AuthScheme

Contains the standard auth schemes.

Link copied to clipboard
enum HeaderValueEncoding : Enum<HeaderValueEncoding>

Describes how a header should be encoded.

Link copied to clipboard
sealed class HttpAuthHeader

Describes an authentication header with a mandatory authScheme that usually is a standard AuthScheme.

Functions

Link copied to clipboard
fun parseAuthorizationHeader(headerValue: String): HttpAuthHeader?

Parses an authorization header headerValue into a HttpAuthHeader.