UnauthorizedResponse
class UnauthorizedResponse(challenges: HttpAuthHeader) : OutgoingContent.NoContent
Content copied to clipboard
Response content with the 401 Unauthorized
status code and the WWW-Authenticate
header of supplied challenges.