class UnauthorizedResponse : NoContent
Response content with 401 Unauthorized status code and WWW-Authenticate header of supplied challenges
challenges - to be passed with WWW-Authenticate header
UnauthorizedResponse(vararg challenges: HttpAuthHeader)
Response content with |
vararg val challenges: Array<out HttpAuthHeader>
to be passed with |
|
val headers: Headers |
|
val status: HttpStatusCode? |