Class IdentitySessionDevices
Inherited Members
Namespace: Volo.Abp.Identity
Assembly: Volo.Abp.Identity.Domain.Shared.dll
Syntax
public static class IdentitySessionDevices
Fields
Mobile
Declaration
public const string Mobile = "Mobile"
Field Value
| Type | Description |
|---|---|
| string |
OAuth
Declaration
public const string OAuth = "OAuth"
Field Value
| Type | Description |
|---|---|
| string |
Web
Declaration
public const string Web = "Web"
Field Value
| Type | Description |
|---|---|
| string |