ktor-auth-jwt / io.ktor.auth.jwt / JWTAuthenticationProvider / Configuration / authHeader

authHeader

fun authHeader(block: (ApplicationCall) -> HttpAuthHeader?): Unit

Http auth header retrieval function. By default it does parse Authorization header content.