Class ApplicationCreateOrUpdateDtoBase
Inheritance
ApplicationCreateOrUpdateDtoBase
Assembly: Volo.Abp.OpenIddict.Pro.Application.Contracts.dll
Syntax
public abstract class ApplicationCreateOrUpdateDtoBase : ExtensibleObject, IHasExtraProperties, IValidatableObject
Constructors
ApplicationCreateOrUpdateDtoBase()
Declaration
public ApplicationCreateOrUpdateDtoBase()
Properties
AllowAuthorizationCodeFlow
Declaration
public bool AllowAuthorizationCodeFlow { get; set; }
Property Value
AllowClientCredentialsFlow
Declaration
public bool AllowClientCredentialsFlow { get; set; }
Property Value
AllowDeviceEndpoint
Declaration
public bool AllowDeviceEndpoint { get; set; }
Property Value
AllowHybridFlow
Declaration
public bool AllowHybridFlow { get; set; }
Property Value
AllowImplicitFlow
Declaration
public bool AllowImplicitFlow { get; set; }
Property Value
AllowLogoutEndpoint
Declaration
public bool AllowLogoutEndpoint { get; set; }
Property Value
AllowPasswordFlow
Declaration
public bool AllowPasswordFlow { get; set; }
Property Value
AllowRefreshTokenFlow
Declaration
public bool AllowRefreshTokenFlow { get; set; }
Property Value
ApplicationType
Declaration
[Required]
public string ApplicationType { get; set; }
Property Value
ClientId
Declaration
[Required]
public string ClientId { get; set; }
Property Value
ClientSecret
Declaration
public string ClientSecret { get; set; }
Property Value
ClientType
Declaration
public string ClientType { get; set; }
Property Value
ClientUri
Declaration
public string ClientUri { get; set; }
Property Value
ConsentType
Declaration
public string ConsentType { get; set; }
Property Value
DisplayName
Declaration
[Required]
public string DisplayName { get; set; }
Property Value
ExtensionGrantTypes
Declaration
public HashSet<string> ExtensionGrantTypes { get; set; }
Property Value
LogoUri
Declaration
public string LogoUri { get; set; }
Property Value
PostLogoutRedirectUris
Declaration
public HashSet<string> PostLogoutRedirectUris { get; set; }
Property Value
RedirectUris
Declaration
public HashSet<string> RedirectUris { get; set; }
Property Value
Scopes
Declaration
public HashSet<string> Scopes { get; set; }
Property Value
Implements
Extension Methods