AuthStatus

Wrapper for an authentication status.

Constructors

this
this(HttpClient client, bool authenticated, string message)

Creates a new authentcation status.

Members

Properties

authenticated
bool authenticated [@property getter]

Gets a boolean determining whether the authentication was successful or not.

client
HttpClient client [@property getter]

Gets the client that was authenticated.

message
string message [@property getter]

Gets the message of the authentication status.

Meta