UnauthorizedResponse

class UnauthorizedResponse(challenges: HttpAuthHeader) : OutgoingContent.NoContent

Response content with the 401 Unauthorized status code and the WWW-Authenticate header of supplied challenges.

Parameters

challenges

to be passed with the WWW-Authenticate header.

Constructors

Link copied to clipboard
fun UnauthorizedResponse(vararg challenges: HttpAuthHeader)

Functions

Link copied to clipboard
open fun <T : Any> getProperty(key: AttributeKey<T>): T?
Link copied to clipboard
open fun <T : Any> setProperty(key: AttributeKey<T>, value: T?)
Link copied to clipboard
open fun trailers(): Headers?

Properties

Link copied to clipboard
val challenges: Array<out HttpAuthHeader>
Link copied to clipboard
open val contentLength: Long?
Link copied to clipboard
open val contentType: ContentType?
Link copied to clipboard
open override val headers: Headers
Link copied to clipboard
open override val status: HttpStatusCode?