Show / Hide Table of Contents

Enum TokenController.ChangePasswordType

Namespace: Volo.Abp.OpenIddict.Controllers
Assembly: Volo.Abp.OpenIddict.AspNetCore.dll
Syntax
public enum TokenController.ChangePasswordType

Fields

Name Description
PeriodicallyChangePassword
ShouldChangePasswordOnNextLogin

Extension Methods

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