Show / Hide Table of Contents

Class ApplicationDto

Inheritance
object
ApplicationDto
Namespace: Volo.Abp.OpenIddict.Applications.Dtos
Assembly: Volo.Abp.OpenIddict.Pro.Application.Contracts.dll
Syntax
public class ApplicationDto : ExtensibleEntityDto<Guid>

Constructors

ApplicationDto()

Declaration
public ApplicationDto()

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
public string ApplicationType { get; set; }
Property Value
Type Description
string

ClientId

Declaration
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
public string DisplayName { get; set; }
Property Value
Type Description
string

ExtensionGrantTypes

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

LogoUri

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

PostLogoutRedirectUris

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

RedirectUris

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

Scopes

Declaration
public HashSet<string> Scopes { get; set; }
Property Value
Type Description
HashSet<string>
In this article
Back to top Powered by Volosoft