Class AuthUtils
Provides a set of static utility methods for authentication-related operations.
public sealed class AuthUtils
- Inheritance
-
AuthUtils
- Inherited Members
- Extension Methods
Remarks
This class is sealed and cannot be inherited.
Constructors
AuthUtils()
public AuthUtils()
Properties
Instance
public static AuthUtils Instance { get; }
Property Value
LoginResponse
public LoginResponse LoginResponse { get; set; }
Property Value
Methods
GetLoginResponse()
Retrieves the current LoginResponse in a thread-safe manner by acquiring a lock on the underlying field.
public LoginResponse GetLoginResponse()
Returns
- LoginResponse
The current LoginResponse instance.