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