Show / Hide Table of Contents

Enum IdentityProPreventConcurrentLoginBehaviour

Namespace: Volo.Abp.Identity.Settings
Assembly: Volo.Abp.Identity.Pro.Domain.Shared.dll
Syntax
public enum IdentityProPreventConcurrentLoginBehaviour

Fields

Name Description
Disabled
LogoutFromAllDevices
LogoutFromSameTypeDevices

Extension Methods

AbpObjectExtensions.If<IdentityProPreventConcurrentLoginBehaviour>(IdentityProPreventConcurrentLoginBehaviour, bool, Action<IdentityProPreventConcurrentLoginBehaviour>)
AbpObjectExtensions.If<IdentityProPreventConcurrentLoginBehaviour>(IdentityProPreventConcurrentLoginBehaviour, bool, Func<IdentityProPreventConcurrentLoginBehaviour, IdentityProPreventConcurrentLoginBehaviour>)
AbpObjectExtensions.IsIn<IdentityProPreventConcurrentLoginBehaviour>(IdentityProPreventConcurrentLoginBehaviour, IEnumerable<IdentityProPreventConcurrentLoginBehaviour>)
AbpObjectExtensions.IsIn<IdentityProPreventConcurrentLoginBehaviour>(IdentityProPreventConcurrentLoginBehaviour, params IdentityProPreventConcurrentLoginBehaviour[])
AbpQueryableExtensions.OrderByIf<T, IdentityProPreventConcurrentLoginBehaviour>(IdentityProPreventConcurrentLoginBehaviour, bool, string)
AbpQueryableExtensions.PageBy<T, IdentityProPreventConcurrentLoginBehaviour>(IdentityProPreventConcurrentLoginBehaviour, int, int)
AbpQueryableExtensions.WhereIf<T, IdentityProPreventConcurrentLoginBehaviour>(IdentityProPreventConcurrentLoginBehaviour, bool, Expression<Func<T, bool>>)
AbpQueryableExtensions.WhereIf<T, IdentityProPreventConcurrentLoginBehaviour>(IdentityProPreventConcurrentLoginBehaviour, bool, Expression<Func<T, int, bool>>)
AbpOpenIddictQueryableExtensions.SkipIf<T, IdentityProPreventConcurrentLoginBehaviour>(IdentityProPreventConcurrentLoginBehaviour, bool, int?)
AbpOpenIddictQueryableExtensions.TakeIf<T, IdentityProPreventConcurrentLoginBehaviour>(IdentityProPreventConcurrentLoginBehaviour, bool, int?)
In this article
Back to top Powered by Volosoft