Ditto 1.1.11
|
Provides info about the authentication status. More...
Public Member Functions | |
DittoAuthenticationStatus (bool isAuthenticated, string? userID) | |
Initializes a new instance of the DittoAuthenticationStatus struct with the given parameters. | |
override bool | Equals (object obj) |
Returns true if passed object is an instance of DittoAuthenticationStatus and equal to the receiver. Otherwise returns false . More... | |
bool | Equals (DittoAuthenticationStatus other) |
Evaluates equality of instances of DittoAuthenticationStatus . More... | |
override int | GetHashCode () |
Returns the hash for the receiver. More... | |
Properties | |
bool | IsAuthenticated [get] |
Gets a value indicating whether the Ditto instance is authenticated. | |
string? | UserID [get] |
Gets the user ID if one was provided by the authentication service. Otherwise returns null . | |
Provides info about the authentication status.
|
inline |
Evaluates equality of instances of DittoAuthenticationStatus
.
|
inline |
Returns true
if passed object is an instance of DittoAuthenticationStatus
and equal to the receiver. Otherwise returns false
.
|
inline |
Returns the hash for the receiver.