Ditto 1.1.4
Public Member Functions | Properties | List of all members
DittoSDK.DittoAuthenticationStatus Struct Reference

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.
 
override int GetHashCode ()
 Returns the hash for the receiver.
 

Properties

bool IsAuthenticated [get]
 Gets a value indicating whether the Ditto instance is authenticated.
 
string? UserID [get]
 If authenticated, returns the user ID if one was provided by the authentication service. Otherwise returns null.
 

Detailed Description

Provides info about the authentication status.