Interface ICurrentClient
Namespace: Volo.Abp.Clients
Assembly: Volo.Abp.Security.dll
Syntax
public interface ICurrentClient
Properties
Id
Declaration
string? Id { get; }
Property Value
| Type | Description |
|---|---|
| string |
IsAuthenticated
Declaration
bool IsAuthenticated { get; }
Property Value
| Type | Description |
|---|---|
| bool |