Show / Hide Table of Contents

Class ApplicationEditModalView

Inheritance
object
ExtensibleObject
ApplicationEditModalView
Implements
IHasExtraProperties
IValidatableObject
Inherited Members
ExtensibleObject.Validate(ValidationContext)
ExtensibleObject.ExtraProperties
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.OpenIddict.Pro.Web.Pages.OpenIddict.Applications
Assembly: Volo.Abp.OpenIddict.Pro.Web.dll
Syntax
public class ApplicationEditModalView : ExtensibleObject, IHasExtraProperties, IValidatableObject

Constructors

ApplicationEditModalView()

Declaration
public ApplicationEditModalView()

Properties

AllowAuthorizationCodeFlow

Declaration
public bool AllowAuthorizationCodeFlow { get; set; }
Property Value
Type Description
bool

AllowClientCredentialsFlow

Declaration
public bool AllowClientCredentialsFlow { get; set; }
Property Value
Type Description
bool

AllowDeviceEndpoint

Declaration
public bool AllowDeviceEndpoint { get; set; }
Property Value
Type Description
bool

AllowHybridFlow

Declaration
public bool AllowHybridFlow { get; set; }
Property Value
Type Description
bool

AllowImplicitFlow

Declaration
public bool AllowImplicitFlow { get; set; }
Property Value
Type Description
bool

AllowLogoutEndpoint

Declaration
public bool AllowLogoutEndpoint { get; set; }
Property Value
Type Description
bool

AllowPasswordFlow

Declaration
public bool AllowPasswordFlow { get; set; }
Property Value
Type Description
bool

AllowRefreshTokenFlow

Declaration
public bool AllowRefreshTokenFlow { get; set; }
Property Value
Type Description
bool

ApplicationType

Declaration
[Required]
public string ApplicationType { get; set; }
Property Value
Type Description
string

ClientId

Declaration
[Required]
public string ClientId { get; set; }
Property Value
Type Description
string

ClientSecret

Declaration
public string ClientSecret { get; set; }
Property Value
Type Description
string

ClientType

Declaration
public string ClientType { get; set; }
Property Value
Type Description
string

ClientUri

Declaration
public string ClientUri { get; set; }
Property Value
Type Description
string

ConsentType

Declaration
public string ConsentType { get; set; }
Property Value
Type Description
string

DisplayName

Declaration
[Required]
public string DisplayName { get; set; }
Property Value
Type Description
string

ExtensionGrantTypes

Declaration
[TextArea]
public string ExtensionGrantTypes { get; set; }
Property Value
Type Description
string

Id

Declaration
public Guid Id { get; set; }
Property Value
Type Description
Guid

LogoUri

Declaration
public string LogoUri { get; set; }
Property Value
Type Description
string

PostLogoutRedirectUris

Declaration
[TextArea]
public string PostLogoutRedirectUris { get; set; }
Property Value
Type Description
string

RedirectUris

Declaration
[TextArea]
public string RedirectUris { get; set; }
Property Value
Type Description
string

Scopes

Declaration
public HashSet<string> Scopes { get; set; }
Property Value
Type Description
HashSet<string>

Implements

IHasExtraProperties
IValidatableObject

Extension Methods

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