Error

open class Error(val message: String) : AuthenticationFailedCause

Represents a case when authentication mechanism failed.

Parameters

message

describing the cause of the authentication failure.

Inheritors

Constructors

Link copied to clipboard
constructor(message: String)

Properties

Link copied to clipboard