Show / Hide Table of Contents

Class IdentitySessionDevices

Inheritance
object
IdentitySessionDevices
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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
In this article
Back to top Powered by ABP.IO Platform