Unauthorized

To be thrown when the user is not authorized to perform an operation. The user will be logged out from the app.

Parameters

userId

The id of the user

Constructors

Link copied to clipboard
constructor(userId: String)

Properties

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