AuthenticationException

Thrown when SteamAuthentication fails to authenticate.

Constructors

Link copied to clipboard
constructor()

Initializes a new instance of the AuthenticationException class.

constructor(message: String)

Initializes a new instance of the AuthenticationException class.

constructor(message: String, result: EResult)

Initializes a new instance of the AuthenticationException class.

Properties

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

The result of the authentication request.