AuthStatus.this

Creates a new authentcation status.

class AuthStatus
this
(
HttpClient client
,,
string message = null
)

Parameters

client HttpClient

The client that was authenticated.

authenticated bool

Boolean determining whehter the authentication was successful or not.

message string

(optional) The message of the authentication status.

Meta