authHeader

fun authHeader(getAuthHeader: (ApplicationCall) -> HttpAuthHeader?)(source)

Retrieves an HTTP authentication header. By default, it parses the Authorization header content.

Report a problem