Show / Hide Table of Contents

Enum IdentityTwoFactorBehaviour

Namespace: Volo.Abp.Identity.Features
Assembly: Volo.Abp.Identity.Domain.Shared.dll
Syntax
public enum IdentityTwoFactorBehaviour : int

Fields

Name Description
Disabled
Forced
Optional

Extension Methods

AbpObjectExtensions.IsIn<IdentityTwoFactorBehaviour>(IdentityTwoFactorBehaviour[])
AbpObjectExtensions.IsIn<IdentityTwoFactorBehaviour>(IEnumerable<IdentityTwoFactorBehaviour>)
AbpObjectExtensions.If<IdentityTwoFactorBehaviour>(Boolean, Func<IdentityTwoFactorBehaviour, IdentityTwoFactorBehaviour>)
AbpObjectExtensions.If<IdentityTwoFactorBehaviour>(Boolean, Action<IdentityTwoFactorBehaviour>)
Back to top Powered by Volosoft