Show / Hide Table of Contents

Class OpenIddictApplicationModel

Inheritance
object
ExtensibleObject
OpenIddictApplicationModel
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.Applications
Assembly: Volo.Abp.OpenIddict.Domain.dll
Syntax
[IgnoreMultiTenancy]
public class OpenIddictApplicationModel : ExtensibleObject, IHasExtraProperties, IValidatableObject

Constructors

OpenIddictApplicationModel()

Declaration
public OpenIddictApplicationModel()

Properties

ApplicationType

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

ClientId

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

ClientSecret

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

DisplayName

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

DisplayNames

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

Id

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

JsonWebKeySet

Declaration
public virtual JsonWebKeySet JsonWebKeySet { get; set; }
Property Value
Type Description
JsonWebKeySet

LogoUri

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

Permissions

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

PostLogoutRedirectUris

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

Properties

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

RedirectUris

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

Requirements

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

Settings

Declaration
public virtual string Settings { get; set; }
Property Value
Type Description
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?)
OpenIddictApplicationExtensions.ToEntity(OpenIddictApplicationModel)
OpenIddictApplicationExtensions.ToEntity(OpenIddictApplicationModel, OpenIddictApplication)
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