AuthenticationRequired

Raised when attempting to perform an action that requires a registered or permitted user token on an app configured with anonymous restrictions (HTTP 401 authentication_required).

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?