Table of Contents

Class AuthUtils

Namespace
adas_core.Domain.Utils
Assembly
adas-core.Domain.dll

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

AuthUtils

LoginResponse

public LoginResponse LoginResponse { get; set; }

Property Value

LoginResponse

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.