@ -4,5 +4,5 @@ public static class IdentitySessionDevices
{
public const string Web = "Web";
public const string OAuth = "OAuth";
public const string Mobile = "Mobile";
}
@ -10,7 +10,7 @@ public class IdentitySession : BasicAggregateRoot<Guid>, IMultiTenant
public virtual string SessionId { get; protected set; }
/// <summary>
/// Web, OAuth ...
/// Web, Mobile ...
/// </summary>
public virtual string Device { get; protected set; }