Ditto 3.0.10
|
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 . | |
bool | Equals (DittoAuthenticationStatus other) |
Evaluates equality of instances of DittoAuthenticationStatus . | |
override int | GetHashCode () |
Returns the hash for the receiver. | |
Provides info about the authentication status.
|
inline |
Initializes a new instance of the DittoAuthenticationStatus struct with the given parameters.
isAuthenticated | Whether the ditto instance is authenticated. |
userId | User identifier, if available |
|
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.