SignInRefused

class SignInRefused(val reason: String) : ClientException

The credentials were refused, or the session expired. Coarse by design.

Constructors

Link copied to clipboard
constructor(reason: String)

Properties

Link copied to clipboard
open override val message: String
Link copied to clipboard