{ "name": "Volo.Abp.OpenIddict.Domain", "hash": "", "contents": [ { "namespace": "Volo.Abp.OpenIddict", "dependsOnModules": [ { "declaringAssemblyName": "Volo.Abp.Ddd.Domain", "namespace": "Volo.Abp.Domain", "name": "AbpDddDomainModule" }, { "declaringAssemblyName": "Volo.Abp.Identity.Domain", "namespace": "Volo.Abp.Identity", "name": "AbpIdentityDomainModule" }, { "declaringAssemblyName": "Volo.Abp.OpenIddict.Domain.Shared", "namespace": "Volo.Abp.OpenIddict", "name": "AbpOpenIddictDomainSharedModule" }, { "declaringAssemblyName": "Volo.Abp.DistributedLocking.Abstractions", "namespace": "Volo.Abp.DistributedLocking", "name": "AbpDistributedLockingAbstractionsModule" }, { "declaringAssemblyName": "Volo.Abp.Caching", "namespace": "Volo.Abp.Caching", "name": "AbpCachingModule" }, { "declaringAssemblyName": "Volo.Abp.Guids", "namespace": "Volo.Abp.Guids", "name": "AbpGuidsModule" } ], "implementingInterfaces": [ { "name": "IAbpModule", "namespace": "Volo.Abp.Modularity", "declaringAssemblyName": "Volo.Abp.Core", "fullName": "Volo.Abp.Modularity.IAbpModule" }, { "name": "IOnPreApplicationInitialization", "namespace": "Volo.Abp.Modularity", "declaringAssemblyName": "Volo.Abp.Core", "fullName": "Volo.Abp.Modularity.IOnPreApplicationInitialization" }, { "name": "IOnApplicationInitialization", "namespace": "Volo.Abp", "declaringAssemblyName": "Volo.Abp.Core", "fullName": "Volo.Abp.IOnApplicationInitialization" }, { "name": "IOnPostApplicationInitialization", "namespace": "Volo.Abp.Modularity", "declaringAssemblyName": "Volo.Abp.Core", "fullName": "Volo.Abp.Modularity.IOnPostApplicationInitialization" }, { "name": "IOnApplicationShutdown", "namespace": "Volo.Abp", "declaringAssemblyName": "Volo.Abp.Core", "fullName": "Volo.Abp.IOnApplicationShutdown" }, { "name": "IPreConfigureServices", "namespace": "Volo.Abp.Modularity", "declaringAssemblyName": "Volo.Abp.Core", "fullName": "Volo.Abp.Modularity.IPreConfigureServices" }, { "name": "IPostConfigureServices", "namespace": "Volo.Abp.Modularity", "declaringAssemblyName": "Volo.Abp.Core", "fullName": "Volo.Abp.Modularity.IPostConfigureServices" } ], "contentType": "abpModule", "name": "AbpOpenIddictDomainModule", "summary": null }, { "baseClass": { "name": "AggregateRoot", "namespace": "Volo.Abp.Domain.Entities", "declaringAssemblyName": "Volo.Abp.Ddd.Domain", "fullName": "Volo.Abp.Domain.Entities.AggregateRoot" }, "implementingInterfaces": [ { "name": "IEntity", "namespace": "Volo.Abp.Domain.Entities", "declaringAssemblyName": "Volo.Abp.Ddd.Domain", "fullName": "Volo.Abp.Domain.Entities.IEntity" }, { "name": "IEntity", "namespace": "Volo.Abp.Domain.Entities", "declaringAssemblyName": "Volo.Abp.Ddd.Domain", "fullName": "Volo.Abp.Domain.Entities.IEntity" }, { "name": "IAggregateRoot", "namespace": "Volo.Abp.Domain.Entities", "declaringAssemblyName": "Volo.Abp.Ddd.Domain", "fullName": "Volo.Abp.Domain.Entities.IAggregateRoot" }, { "name": "IAggregateRoot", "namespace": "Volo.Abp.Domain.Entities", "declaringAssemblyName": "Volo.Abp.Ddd.Domain", "fullName": "Volo.Abp.Domain.Entities.IAggregateRoot" }, { "name": "IGeneratesDomainEvents", "namespace": "Volo.Abp.Domain.Entities", "declaringAssemblyName": "Volo.Abp.Ddd.Domain", "fullName": "Volo.Abp.Domain.Entities.IGeneratesDomainEvents" }, { "name": "IHasExtraProperties", "namespace": "Volo.Abp.Data", "declaringAssemblyName": "Volo.Abp.ObjectExtending", "fullName": "Volo.Abp.Data.IHasExtraProperties" }, { "name": "IHasConcurrencyStamp", "namespace": "Volo.Abp.Domain.Entities", "declaringAssemblyName": "Volo.Abp.Data", "fullName": "Volo.Abp.Domain.Entities.IHasConcurrencyStamp" } ], "methods": [], "collectionProperties": {}, "navigationProperties": {}, "namespace": "Volo.Abp.OpenIddict.Tokens", "primaryKeyType": "Guid", "properties": [ { "type": "System.Nullable`1[System.Guid]", "name": "ApplicationId", "summary": "Gets or sets the application associated with the current token." }, { "type": "System.Nullable`1[System.Guid]", "name": "AuthorizationId", "summary": "Gets or sets the authorization associated with the current token." }, { "type": "System.Nullable`1[System.DateTime]", "name": "CreationDate", "summary": "Gets or sets the UTC creation date of the current token." }, { "type": "System.Nullable`1[System.DateTime]", "name": "ExpirationDate", "summary": "Gets or sets the UTC expiration date of the current token." }, { "type": "System.String", "name": "Payload", "summary": "Gets or sets the payload of the current token, if applicable.\r\n Note: this property is only used for reference tokens\r\n and may be encrypted for security reasons." }, { "type": "System.String", "name": "Properties", "summary": "Gets or sets the additional properties serialized as a JSON object,\r\n or null if no bag was associated with the current token." }, { "type": "System.Nullable`1[System.DateTime]", "name": "RedemptionDate", "summary": "Gets or sets the UTC redemption date of the current token." }, { "type": "System.String", "name": "ReferenceId", "summary": "Gets or sets the reference identifier associated\r\n with the current token, if applicable.\r\n Note: this property is only used for reference tokens\r\n and may be hashed or encrypted for security reasons." }, { "type": "System.String", "name": "Status", "summary": "Gets or sets the status of the current token." }, { "type": "System.String", "name": "Subject", "summary": "Gets or sets the subject associated with the current token." }, { "type": "System.String", "name": "Type", "summary": "Gets or sets the type of the current token." } ], "contentType": "aggregateRoot", "name": "OpenIddictToken", "summary": null }, { "baseClass": { "name": "FullAuditedAggregateRoot", "namespace": "Volo.Abp.Domain.Entities.Auditing", "declaringAssemblyName": "Volo.Abp.Ddd.Domain", "fullName": "Volo.Abp.Domain.Entities.Auditing.FullAuditedAggregateRoot" }, "implementingInterfaces": [ { "name": "IEntity", "namespace": "Volo.Abp.Domain.Entities", "declaringAssemblyName": "Volo.Abp.Ddd.Domain", "fullName": "Volo.Abp.Domain.Entities.IEntity" }, { "name": "IEntity", "namespace": "Volo.Abp.Domain.Entities", "declaringAssemblyName": "Volo.Abp.Ddd.Domain", "fullName": "Volo.Abp.Domain.Entities.IEntity" }, { "name": "IAggregateRoot", "namespace": "Volo.Abp.Domain.Entities", "declaringAssemblyName": "Volo.Abp.Ddd.Domain", "fullName": "Volo.Abp.Domain.Entities.IAggregateRoot" }, { "name": "IAggregateRoot", "namespace": "Volo.Abp.Domain.Entities", "declaringAssemblyName": "Volo.Abp.Ddd.Domain", "fullName": "Volo.Abp.Domain.Entities.IAggregateRoot" }, { "name": "IGeneratesDomainEvents", "namespace": "Volo.Abp.Domain.Entities", "declaringAssemblyName": "Volo.Abp.Ddd.Domain", "fullName": "Volo.Abp.Domain.Entities.IGeneratesDomainEvents" }, { "name": "IHasExtraProperties", "namespace": "Volo.Abp.Data", "declaringAssemblyName": "Volo.Abp.ObjectExtending", "fullName": "Volo.Abp.Data.IHasExtraProperties" }, { "name": "IHasConcurrencyStamp", "namespace": "Volo.Abp.Domain.Entities", "declaringAssemblyName": "Volo.Abp.Data", "fullName": "Volo.Abp.Domain.Entities.IHasConcurrencyStamp" }, { "name": "ICreationAuditedObject", "namespace": "Volo.Abp.Auditing", "declaringAssemblyName": "Volo.Abp.Auditing.Contracts", "fullName": "Volo.Abp.Auditing.ICreationAuditedObject" }, { "name": "IHasCreationTime", "namespace": "Volo.Abp.Auditing", "declaringAssemblyName": "Volo.Abp.Auditing.Contracts", "fullName": "Volo.Abp.Auditing.IHasCreationTime" }, { "name": "IMayHaveCreator", "namespace": "Volo.Abp.Auditing", "declaringAssemblyName": "Volo.Abp.Auditing.Contracts", "fullName": "Volo.Abp.Auditing.IMayHaveCreator" }, { "name": "IAuditedObject", "namespace": "Volo.Abp.Auditing", "declaringAssemblyName": "Volo.Abp.Auditing.Contracts", "fullName": "Volo.Abp.Auditing.IAuditedObject" }, { "name": "IModificationAuditedObject", "namespace": "Volo.Abp.Auditing", "declaringAssemblyName": "Volo.Abp.Auditing.Contracts", "fullName": "Volo.Abp.Auditing.IModificationAuditedObject" }, { "name": "IHasModificationTime", "namespace": "Volo.Abp.Auditing", "declaringAssemblyName": "Volo.Abp.Auditing.Contracts", "fullName": "Volo.Abp.Auditing.IHasModificationTime" }, { "name": "IFullAuditedObject", "namespace": "Volo.Abp.Auditing", "declaringAssemblyName": "Volo.Abp.Auditing.Contracts", "fullName": "Volo.Abp.Auditing.IFullAuditedObject" }, { "name": "IDeletionAuditedObject", "namespace": "Volo.Abp.Auditing", "declaringAssemblyName": "Volo.Abp.Auditing.Contracts", "fullName": "Volo.Abp.Auditing.IDeletionAuditedObject" }, { "name": "IHasDeletionTime", "namespace": "Volo.Abp.Auditing", "declaringAssemblyName": "Volo.Abp.Auditing.Contracts", "fullName": "Volo.Abp.Auditing.IHasDeletionTime" }, { "name": "ISoftDelete", "namespace": "Volo.Abp", "declaringAssemblyName": "Volo.Abp.Core", "fullName": "Volo.Abp.ISoftDelete" } ], "methods": [], "collectionProperties": {}, "navigationProperties": {}, "namespace": "Volo.Abp.OpenIddict.Scopes", "primaryKeyType": "Guid", "properties": [ { "type": "System.String", "name": "Description", "summary": "Gets or sets the public description associated with the current scope." }, { "type": "System.String", "name": "Descriptions", "summary": "Gets or sets the localized public descriptions associated\r\n with the current scope, serialized as a JSON object." }, { "type": "System.String", "name": "DisplayName", "summary": "Gets or sets the display name associated with the current scope." }, { "type": "System.String", "name": "DisplayNames", "summary": "Gets or sets the localized display names\r\n associated with the current application,\r\n serialized as a JSON object." }, { "type": "System.String", "name": "Name", "summary": "Gets or sets the unique name associated with the current scope." }, { "type": "System.String", "name": "Properties", "summary": "Gets or sets the additional properties serialized as a JSON object,\r\n or null if no bag was associated with the current scope." }, { "type": "System.String", "name": "Resources", "summary": "Gets or sets the resources associated with the\r\n current scope, serialized as a JSON array." } ], "contentType": "aggregateRoot", "name": "OpenIddictScope", "summary": null }, { "baseClass": { "name": "AggregateRoot", "namespace": "Volo.Abp.Domain.Entities", "declaringAssemblyName": "Volo.Abp.Ddd.Domain", "fullName": "Volo.Abp.Domain.Entities.AggregateRoot" }, "implementingInterfaces": [ { "name": "IEntity", "namespace": "Volo.Abp.Domain.Entities", "declaringAssemblyName": "Volo.Abp.Ddd.Domain", "fullName": "Volo.Abp.Domain.Entities.IEntity" }, { "name": "IEntity", "namespace": "Volo.Abp.Domain.Entities", "declaringAssemblyName": "Volo.Abp.Ddd.Domain", "fullName": "Volo.Abp.Domain.Entities.IEntity" }, { "name": "IAggregateRoot", "namespace": "Volo.Abp.Domain.Entities", "declaringAssemblyName": "Volo.Abp.Ddd.Domain", "fullName": "Volo.Abp.Domain.Entities.IAggregateRoot" }, { "name": "IAggregateRoot", "namespace": "Volo.Abp.Domain.Entities", "declaringAssemblyName": "Volo.Abp.Ddd.Domain", "fullName": "Volo.Abp.Domain.Entities.IAggregateRoot" }, { "name": "IGeneratesDomainEvents", "namespace": "Volo.Abp.Domain.Entities", "declaringAssemblyName": "Volo.Abp.Ddd.Domain", "fullName": "Volo.Abp.Domain.Entities.IGeneratesDomainEvents" }, { "name": "IHasExtraProperties", "namespace": "Volo.Abp.Data", "declaringAssemblyName": "Volo.Abp.ObjectExtending", "fullName": "Volo.Abp.Data.IHasExtraProperties" }, { "name": "IHasConcurrencyStamp", "namespace": "Volo.Abp.Domain.Entities", "declaringAssemblyName": "Volo.Abp.Data", "fullName": "Volo.Abp.Domain.Entities.IHasConcurrencyStamp" } ], "methods": [], "collectionProperties": {}, "navigationProperties": {}, "namespace": "Volo.Abp.OpenIddict.Authorizations", "primaryKeyType": "Guid", "properties": [ { "type": "System.Nullable`1[System.Guid]", "name": "ApplicationId", "summary": "Gets or sets the application associated with the current authorization." }, { "type": "System.Nullable`1[System.DateTime]", "name": "CreationDate", "summary": "Gets or sets the UTC creation date of the current authorization." }, { "type": "System.String", "name": "Properties", "summary": "Gets or sets the additional properties serialized as a JSON object,\r\n or null if no bag was associated with the current authorization." }, { "type": "System.String", "name": "Scopes", "summary": "Gets or sets the scopes associated with the current\r\n authorization, serialized as a JSON array." }, { "type": "System.String", "name": "Status", "summary": "Gets or sets the status of the current authorization." }, { "type": "System.String", "name": "Subject", "summary": "Gets or sets the subject associated with the current authorization." }, { "type": "System.String", "name": "Type", "summary": "Gets or sets the type of the current authorization." } ], "contentType": "aggregateRoot", "name": "OpenIddictAuthorization", "summary": null }, { "baseClass": { "name": "FullAuditedAggregateRoot", "namespace": "Volo.Abp.Domain.Entities.Auditing", "declaringAssemblyName": "Volo.Abp.Ddd.Domain", "fullName": "Volo.Abp.Domain.Entities.Auditing.FullAuditedAggregateRoot" }, "implementingInterfaces": [ { "name": "IEntity", "namespace": "Volo.Abp.Domain.Entities", "declaringAssemblyName": "Volo.Abp.Ddd.Domain", "fullName": "Volo.Abp.Domain.Entities.IEntity" }, { "name": "IEntity", "namespace": "Volo.Abp.Domain.Entities", "declaringAssemblyName": "Volo.Abp.Ddd.Domain", "fullName": "Volo.Abp.Domain.Entities.IEntity" }, { "name": "IAggregateRoot", "namespace": "Volo.Abp.Domain.Entities", "declaringAssemblyName": "Volo.Abp.Ddd.Domain", "fullName": "Volo.Abp.Domain.Entities.IAggregateRoot" }, { "name": "IAggregateRoot", "namespace": "Volo.Abp.Domain.Entities", "declaringAssemblyName": "Volo.Abp.Ddd.Domain", "fullName": "Volo.Abp.Domain.Entities.IAggregateRoot" }, { "name": "IGeneratesDomainEvents", "namespace": "Volo.Abp.Domain.Entities", "declaringAssemblyName": "Volo.Abp.Ddd.Domain", "fullName": "Volo.Abp.Domain.Entities.IGeneratesDomainEvents" }, { "name": "IHasExtraProperties", "namespace": "Volo.Abp.Data", "declaringAssemblyName": "Volo.Abp.ObjectExtending", "fullName": "Volo.Abp.Data.IHasExtraProperties" }, { "name": "IHasConcurrencyStamp", "namespace": "Volo.Abp.Domain.Entities", "declaringAssemblyName": "Volo.Abp.Data", "fullName": "Volo.Abp.Domain.Entities.IHasConcurrencyStamp" }, { "name": "ICreationAuditedObject", "namespace": "Volo.Abp.Auditing", "declaringAssemblyName": "Volo.Abp.Auditing.Contracts", "fullName": "Volo.Abp.Auditing.ICreationAuditedObject" }, { "name": "IHasCreationTime", "namespace": "Volo.Abp.Auditing", "declaringAssemblyName": "Volo.Abp.Auditing.Contracts", "fullName": "Volo.Abp.Auditing.IHasCreationTime" }, { "name": "IMayHaveCreator", "namespace": "Volo.Abp.Auditing", "declaringAssemblyName": "Volo.Abp.Auditing.Contracts", "fullName": "Volo.Abp.Auditing.IMayHaveCreator" }, { "name": "IAuditedObject", "namespace": "Volo.Abp.Auditing", "declaringAssemblyName": "Volo.Abp.Auditing.Contracts", "fullName": "Volo.Abp.Auditing.IAuditedObject" }, { "name": "IModificationAuditedObject", "namespace": "Volo.Abp.Auditing", "declaringAssemblyName": "Volo.Abp.Auditing.Contracts", "fullName": "Volo.Abp.Auditing.IModificationAuditedObject" }, { "name": "IHasModificationTime", "namespace": "Volo.Abp.Auditing", "declaringAssemblyName": "Volo.Abp.Auditing.Contracts", "fullName": "Volo.Abp.Auditing.IHasModificationTime" }, { "name": "IFullAuditedObject", "namespace": "Volo.Abp.Auditing", "declaringAssemblyName": "Volo.Abp.Auditing.Contracts", "fullName": "Volo.Abp.Auditing.IFullAuditedObject" }, { "name": "IDeletionAuditedObject", "namespace": "Volo.Abp.Auditing", "declaringAssemblyName": "Volo.Abp.Auditing.Contracts", "fullName": "Volo.Abp.Auditing.IDeletionAuditedObject" }, { "name": "IHasDeletionTime", "namespace": "Volo.Abp.Auditing", "declaringAssemblyName": "Volo.Abp.Auditing.Contracts", "fullName": "Volo.Abp.Auditing.IHasDeletionTime" }, { "name": "ISoftDelete", "namespace": "Volo.Abp", "declaringAssemblyName": "Volo.Abp.Core", "fullName": "Volo.Abp.ISoftDelete" } ], "methods": [], "collectionProperties": {}, "navigationProperties": {}, "namespace": "Volo.Abp.OpenIddict.Applications", "primaryKeyType": "Guid", "properties": [ { "type": "System.String", "name": "ApplicationType", "summary": "Gets or sets the application type associated with the application." }, { "type": "System.String", "name": "ClientId", "summary": "Gets or sets the client identifier associated with the current application." }, { "type": "System.String", "name": "ClientSecret", "summary": "Gets or sets the client secret associated with the current application.\r\n Note: depending on the application manager used to create this instance,\r\n this property may be hashed or encrypted for security reasons." }, { "type": "System.String", "name": "ClientType", "summary": "Gets or sets the client type associated with the application." }, { "type": "System.String", "name": "ConsentType", "summary": "Gets or sets the consent type associated with the current application." }, { "type": "System.String", "name": "DisplayName", "summary": "Gets or sets the display name associated with the current application." }, { "type": "System.String", "name": "DisplayNames", "summary": "Gets or sets the localized display names\r\n associated with the current application,\r\n serialized as a JSON object." }, { "type": "System.String", "name": "JsonWebKeySet", "summary": "Gets or sets the JSON Web Key Set associated with\r\n the application, serialized as a JSON object." }, { "type": "System.String", "name": "Permissions", "summary": "Gets or sets the permissions associated with the\r\n current application, serialized as a JSON array." }, { "type": "System.String", "name": "PostLogoutRedirectUris", "summary": "Gets or sets the logout callback URLs associated with\r\n the current application, serialized as a JSON array." }, { "type": "System.String", "name": "Properties", "summary": "Gets or sets the additional properties serialized as a JSON object,\r\n or null if no bag was associated with the current application." }, { "type": "System.String", "name": "RedirectUris", "summary": "Gets or sets the callback URLs associated with the\r\n current application, serialized as a JSON array." }, { "type": "System.String", "name": "Requirements", "summary": "Gets or sets the requirements associated with the\r\n current application, serialized as a JSON array." }, { "type": "System.String", "name": "Settings", "summary": "Gets or sets the settings serialized as a JSON object." }, { "type": "System.String", "name": "ClientUri", "summary": "URI to further information about client." }, { "type": "System.String", "name": "LogoUri", "summary": "URI to client logo." } ], "contentType": "aggregateRoot", "name": "OpenIddictApplication", "summary": null }, { "namespace": "Volo.Abp.OpenIddict.Tokens", "entityAnalyzeModel": { "namespace": "Volo.Abp.OpenIddict.Tokens", "primaryKeyType": "Guid", "properties": [], "contentType": "entity", "name": "OpenIddictToken", "summary": null }, "implementingInterfaces": [ { "name": "IBasicRepository", "namespace": "Volo.Abp.Domain.Repositories", "declaringAssemblyName": "Volo.Abp.Ddd.Domain", "fullName": "Volo.Abp.Domain.Repositories.IBasicRepository" }, { "name": "IBasicRepository", "namespace": "Volo.Abp.Domain.Repositories", "declaringAssemblyName": "Volo.Abp.Ddd.Domain", "fullName": "Volo.Abp.Domain.Repositories.IBasicRepository" }, { "name": "IReadOnlyBasicRepository", "namespace": "Volo.Abp.Domain.Repositories", "declaringAssemblyName": "Volo.Abp.Ddd.Domain", "fullName": "Volo.Abp.Domain.Repositories.IReadOnlyBasicRepository" }, { "name": "IRepository", "namespace": "Volo.Abp.Domain.Repositories", "declaringAssemblyName": "Volo.Abp.Ddd.Domain", "fullName": "Volo.Abp.Domain.Repositories.IRepository" }, { "name": "IReadOnlyBasicRepository", "namespace": "Volo.Abp.Domain.Repositories", "declaringAssemblyName": "Volo.Abp.Ddd.Domain", "fullName": "Volo.Abp.Domain.Repositories.IReadOnlyBasicRepository" } ], "methods": [ { "returnType": "Void", "namespace": "Volo.Abp.OpenIddict.Tokens", "name": "DeleteManyByApplicationIdAsync", "summary": null, "isAsync": true, "isPublic": true, "isPrivate": false, "isStatic": false, "parameters": [ { "type": "Guid", "name": "applicationId", "isOptional": false }, { "type": "Boolean", "name": "autoSave", "isOptional": true }, { "type": "CancellationToken", "name": "cancellationToken", "isOptional": true } ] }, { "returnType": "Void", "namespace": "Volo.Abp.OpenIddict.Tokens", "name": "DeleteManyByAuthorizationIdAsync", "summary": null, "isAsync": true, "isPublic": true, "isPrivate": false, "isStatic": false, "parameters": [ { "type": "Guid", "name": "authorizationId", "isOptional": false }, { "type": "Boolean", "name": "autoSave", "isOptional": true }, { "type": "CancellationToken", "name": "cancellationToken", "isOptional": true } ] }, { "returnType": "Void", "namespace": "Volo.Abp.OpenIddict.Tokens", "name": "DeleteManyByAuthorizationIdsAsync", "summary": null, "isAsync": true, "isPublic": true, "isPrivate": false, "isStatic": false, "parameters": [ { "type": "Guid[]", "name": "authorizationIds", "isOptional": false }, { "type": "Boolean", "name": "autoSave", "isOptional": true }, { "type": "CancellationToken", "name": "cancellationToken", "isOptional": true } ] }, { "returnType": "List", "namespace": "Volo.Abp.OpenIddict.Tokens", "name": "FindAsync", "summary": null, "isAsync": true, "isPublic": true, "isPrivate": false, "isStatic": false, "parameters": [ { "type": "String", "name": "subject", "isOptional": false }, { "type": "Nullable", "name": "client", "isOptional": false }, { "type": "String", "name": "status", "isOptional": false }, { "type": "String", "name": "type", "isOptional": false }, { "type": "CancellationToken", "name": "cancellationToken", "isOptional": true } ] }, { "returnType": "List", "namespace": "Volo.Abp.OpenIddict.Tokens", "name": "FindByApplicationIdAsync", "summary": null, "isAsync": true, "isPublic": true, "isPrivate": false, "isStatic": false, "parameters": [ { "type": "Guid", "name": "applicationId", "isOptional": false }, { "type": "CancellationToken", "name": "cancellationToken", "isOptional": true } ] }, { "returnType": "List", "namespace": "Volo.Abp.OpenIddict.Tokens", "name": "FindByAuthorizationIdAsync", "summary": null, "isAsync": true, "isPublic": true, "isPrivate": false, "isStatic": false, "parameters": [ { "type": "Guid", "name": "authorizationId", "isOptional": false }, { "type": "CancellationToken", "name": "cancellationToken", "isOptional": true } ] }, { "returnType": "OpenIddictToken", "namespace": "Volo.Abp.OpenIddict.Tokens", "name": "FindByIdAsync", "summary": null, "isAsync": true, "isPublic": true, "isPrivate": false, "isStatic": false, "parameters": [ { "type": "Guid", "name": "id", "isOptional": false }, { "type": "CancellationToken", "name": "cancellationToken", "isOptional": true } ] }, { "returnType": "OpenIddictToken", "namespace": "Volo.Abp.OpenIddict.Tokens", "name": "FindByReferenceIdAsync", "summary": null, "isAsync": true, "isPublic": true, "isPrivate": false, "isStatic": false, "parameters": [ { "type": "String", "name": "referenceId", "isOptional": false }, { "type": "CancellationToken", "name": "cancellationToken", "isOptional": true } ] }, { "returnType": "List", "namespace": "Volo.Abp.OpenIddict.Tokens", "name": "FindBySubjectAsync", "summary": null, "isAsync": true, "isPublic": true, "isPrivate": false, "isStatic": false, "parameters": [ { "type": "String", "name": "subject", "isOptional": false }, { "type": "CancellationToken", "name": "cancellationToken", "isOptional": true } ] }, { "returnType": "List", "namespace": "Volo.Abp.OpenIddict.Tokens", "name": "ListAsync", "summary": null, "isAsync": true, "isPublic": true, "isPrivate": false, "isStatic": false, "parameters": [ { "type": "Nullable", "name": "count", "isOptional": false }, { "type": "Nullable", "name": "offset", "isOptional": false }, { "type": "CancellationToken", "name": "cancellationToken", "isOptional": true } ] }, { "returnType": "Int64", "namespace": "Volo.Abp.OpenIddict.Tokens", "name": "PruneAsync", "summary": null, "isAsync": true, "isPublic": true, "isPrivate": false, "isStatic": false, "parameters": [ { "type": "DateTime", "name": "date", "isOptional": false }, { "type": "CancellationToken", "name": "cancellationToken", "isOptional": true } ] }, { "returnType": "ValueTask", "namespace": "Volo.Abp.OpenIddict.Tokens", "name": "RevokeAsync", "summary": null, "isAsync": false, "isPublic": true, "isPrivate": false, "isStatic": false, "parameters": [ { "type": "String", "name": "subject", "isOptional": false }, { "type": "Nullable", "name": "applicationId", "isOptional": false }, { "type": "String", "name": "status", "isOptional": false }, { "type": "String", "name": "type", "isOptional": false }, { "type": "CancellationToken", "name": "cancellationToken", "isOptional": true } ] }, { "returnType": "ValueTask", "namespace": "Volo.Abp.OpenIddict.Tokens", "name": "RevokeByAuthorizationIdAsync", "summary": null, "isAsync": false, "isPublic": true, "isPrivate": false, "isStatic": false, "parameters": [ { "type": "Guid", "name": "id", "isOptional": false }, { "type": "CancellationToken", "name": "cancellationToken", "isOptional": true } ] }, { "returnType": "ValueTask", "namespace": "Volo.Abp.OpenIddict.Tokens", "name": "RevokeByApplicationIdAsync", "summary": null, "isAsync": false, "isPublic": true, "isPrivate": false, "isStatic": false, "parameters": [ { "type": "Guid", "name": "applicationId", "isOptional": false }, { "type": "CancellationToken", "name": "cancellationToken", "isOptional": true } ] }, { "returnType": "ValueTask", "namespace": "Volo.Abp.OpenIddict.Tokens", "name": "RevokeBySubjectAsync", "summary": null, "isAsync": false, "isPublic": true, "isPrivate": false, "isStatic": false, "parameters": [ { "type": "String", "name": "subject", "isOptional": false }, { "type": "CancellationToken", "name": "cancellationToken", "isOptional": true } ] } ], "contentType": "repositoryInterface", "name": "IOpenIddictTokenRepository", "summary": null }, { "namespace": "Volo.Abp.OpenIddict.Scopes", "entityAnalyzeModel": { "namespace": "Volo.Abp.OpenIddict.Scopes", "primaryKeyType": "Guid", "properties": [], "contentType": "entity", "name": "OpenIddictScope", "summary": null }, "implementingInterfaces": [ { "name": "IBasicRepository", "namespace": "Volo.Abp.Domain.Repositories", "declaringAssemblyName": "Volo.Abp.Ddd.Domain", "fullName": "Volo.Abp.Domain.Repositories.IBasicRepository" }, { "name": "IBasicRepository", "namespace": "Volo.Abp.Domain.Repositories", "declaringAssemblyName": "Volo.Abp.Ddd.Domain", "fullName": "Volo.Abp.Domain.Repositories.IBasicRepository" }, { "name": "IReadOnlyBasicRepository", "namespace": "Volo.Abp.Domain.Repositories", "declaringAssemblyName": "Volo.Abp.Ddd.Domain", "fullName": "Volo.Abp.Domain.Repositories.IReadOnlyBasicRepository" }, { "name": "IRepository", "namespace": "Volo.Abp.Domain.Repositories", "declaringAssemblyName": "Volo.Abp.Ddd.Domain", "fullName": "Volo.Abp.Domain.Repositories.IRepository" }, { "name": "IReadOnlyBasicRepository", "namespace": "Volo.Abp.Domain.Repositories", "declaringAssemblyName": "Volo.Abp.Ddd.Domain", "fullName": "Volo.Abp.Domain.Repositories.IReadOnlyBasicRepository" } ], "methods": [ { "returnType": "List", "namespace": "Volo.Abp.OpenIddict.Scopes", "name": "GetListAsync", "summary": null, "isAsync": true, "isPublic": true, "isPrivate": false, "isStatic": false, "parameters": [ { "type": "String", "name": "sorting", "isOptional": false }, { "type": "Int32", "name": "skipCount", "isOptional": false }, { "type": "Int32", "name": "maxResultCount", "isOptional": false }, { "type": "String", "name": "filter", "isOptional": true }, { "type": "CancellationToken", "name": "cancellationToken", "isOptional": true } ] }, { "returnType": "Int64", "namespace": "Volo.Abp.OpenIddict.Scopes", "name": "GetCountAsync", "summary": null, "isAsync": true, "isPublic": true, "isPrivate": false, "isStatic": false, "parameters": [ { "type": "String", "name": "filter", "isOptional": true }, { "type": "CancellationToken", "name": "cancellationToken", "isOptional": true } ] }, { "returnType": "OpenIddictScope", "namespace": "Volo.Abp.OpenIddict.Scopes", "name": "FindByIdAsync", "summary": null, "isAsync": true, "isPublic": true, "isPrivate": false, "isStatic": false, "parameters": [ { "type": "Guid", "name": "id", "isOptional": false }, { "type": "CancellationToken", "name": "cancellationToken", "isOptional": true } ] }, { "returnType": "OpenIddictScope", "namespace": "Volo.Abp.OpenIddict.Scopes", "name": "FindByNameAsync", "summary": null, "isAsync": true, "isPublic": true, "isPrivate": false, "isStatic": false, "parameters": [ { "type": "String", "name": "name", "isOptional": false }, { "type": "CancellationToken", "name": "cancellationToken", "isOptional": true } ] }, { "returnType": "List", "namespace": "Volo.Abp.OpenIddict.Scopes", "name": "FindByNamesAsync", "summary": null, "isAsync": true, "isPublic": true, "isPrivate": false, "isStatic": false, "parameters": [ { "type": "String[]", "name": "names", "isOptional": false }, { "type": "CancellationToken", "name": "cancellationToken", "isOptional": true } ] }, { "returnType": "List", "namespace": "Volo.Abp.OpenIddict.Scopes", "name": "FindByResourceAsync", "summary": null, "isAsync": true, "isPublic": true, "isPrivate": false, "isStatic": false, "parameters": [ { "type": "String", "name": "resource", "isOptional": false }, { "type": "CancellationToken", "name": "cancellationToken", "isOptional": true } ] }, { "returnType": "List", "namespace": "Volo.Abp.OpenIddict.Scopes", "name": "ListAsync", "summary": null, "isAsync": true, "isPublic": true, "isPrivate": false, "isStatic": false, "parameters": [ { "type": "Nullable", "name": "count", "isOptional": false }, { "type": "Nullable", "name": "offset", "isOptional": false }, { "type": "CancellationToken", "name": "cancellationToken", "isOptional": true } ] } ], "contentType": "repositoryInterface", "name": "IOpenIddictScopeRepository", "summary": null }, { "namespace": "Volo.Abp.OpenIddict.Authorizations", "entityAnalyzeModel": { "namespace": "Volo.Abp.OpenIddict.Authorizations", "primaryKeyType": "Guid", "properties": [], "contentType": "entity", "name": "OpenIddictAuthorization", "summary": null }, "implementingInterfaces": [ { "name": "IBasicRepository", "namespace": "Volo.Abp.Domain.Repositories", "declaringAssemblyName": "Volo.Abp.Ddd.Domain", "fullName": "Volo.Abp.Domain.Repositories.IBasicRepository" }, { "name": "IBasicRepository", "namespace": "Volo.Abp.Domain.Repositories", "declaringAssemblyName": "Volo.Abp.Ddd.Domain", "fullName": "Volo.Abp.Domain.Repositories.IBasicRepository" }, { "name": "IReadOnlyBasicRepository", "namespace": "Volo.Abp.Domain.Repositories", "declaringAssemblyName": "Volo.Abp.Ddd.Domain", "fullName": "Volo.Abp.Domain.Repositories.IReadOnlyBasicRepository" }, { "name": "IRepository", "namespace": "Volo.Abp.Domain.Repositories", "declaringAssemblyName": "Volo.Abp.Ddd.Domain", "fullName": "Volo.Abp.Domain.Repositories.IRepository" }, { "name": "IReadOnlyBasicRepository", "namespace": "Volo.Abp.Domain.Repositories", "declaringAssemblyName": "Volo.Abp.Ddd.Domain", "fullName": "Volo.Abp.Domain.Repositories.IReadOnlyBasicRepository" } ], "methods": [ { "returnType": "List", "namespace": "Volo.Abp.OpenIddict.Authorizations", "name": "FindAsync", "summary": null, "isAsync": true, "isPublic": true, "isPrivate": false, "isStatic": false, "parameters": [ { "type": "String", "name": "subject", "isOptional": false }, { "type": "Nullable", "name": "client", "isOptional": false }, { "type": "String", "name": "status", "isOptional": false }, { "type": "String", "name": "type", "isOptional": false }, { "type": "CancellationToken", "name": "cancellationToken", "isOptional": true } ] }, { "returnType": "List", "namespace": "Volo.Abp.OpenIddict.Authorizations", "name": "FindByApplicationIdAsync", "summary": null, "isAsync": true, "isPublic": true, "isPrivate": false, "isStatic": false, "parameters": [ { "type": "Guid", "name": "applicationId", "isOptional": false }, { "type": "CancellationToken", "name": "cancellationToken", "isOptional": true } ] }, { "returnType": "OpenIddictAuthorization", "namespace": "Volo.Abp.OpenIddict.Authorizations", "name": "FindByIdAsync", "summary": null, "isAsync": true, "isPublic": true, "isPrivate": false, "isStatic": false, "parameters": [ { "type": "Guid", "name": "id", "isOptional": false }, { "type": "CancellationToken", "name": "cancellationToken", "isOptional": true } ] }, { "returnType": "List", "namespace": "Volo.Abp.OpenIddict.Authorizations", "name": "FindBySubjectAsync", "summary": null, "isAsync": true, "isPublic": true, "isPrivate": false, "isStatic": false, "parameters": [ { "type": "String", "name": "subject", "isOptional": false }, { "type": "CancellationToken", "name": "cancellationToken", "isOptional": true } ] }, { "returnType": "List", "namespace": "Volo.Abp.OpenIddict.Authorizations", "name": "ListAsync", "summary": null, "isAsync": true, "isPublic": true, "isPrivate": false, "isStatic": false, "parameters": [ { "type": "Nullable", "name": "count", "isOptional": false }, { "type": "Nullable", "name": "offset", "isOptional": false }, { "type": "CancellationToken", "name": "cancellationToken", "isOptional": true } ] }, { "returnType": "Int64", "namespace": "Volo.Abp.OpenIddict.Authorizations", "name": "PruneAsync", "summary": null, "isAsync": true, "isPublic": true, "isPrivate": false, "isStatic": false, "parameters": [ { "type": "DateTime", "name": "date", "isOptional": false }, { "type": "CancellationToken", "name": "cancellationToken", "isOptional": true } ] }, { "returnType": "ValueTask", "namespace": "Volo.Abp.OpenIddict.Authorizations", "name": "RevokeAsync", "summary": null, "isAsync": false, "isPublic": true, "isPrivate": false, "isStatic": false, "parameters": [ { "type": "String", "name": "subject", "isOptional": false }, { "type": "Nullable", "name": "applicationId", "isOptional": false }, { "type": "String", "name": "status", "isOptional": false }, { "type": "String", "name": "type", "isOptional": false }, { "type": "CancellationToken", "name": "cancellationToken", "isOptional": true } ] }, { "returnType": "ValueTask", "namespace": "Volo.Abp.OpenIddict.Authorizations", "name": "RevokeByApplicationIdAsync", "summary": null, "isAsync": false, "isPublic": true, "isPrivate": false, "isStatic": false, "parameters": [ { "type": "Guid", "name": "applicationId", "isOptional": false }, { "type": "CancellationToken", "name": "cancellationToken", "isOptional": true } ] }, { "returnType": "ValueTask", "namespace": "Volo.Abp.OpenIddict.Authorizations", "name": "RevokeBySubjectAsync", "summary": null, "isAsync": false, "isPublic": true, "isPrivate": false, "isStatic": false, "parameters": [ { "type": "String", "name": "subject", "isOptional": false }, { "type": "CancellationToken", "name": "cancellationToken", "isOptional": true } ] } ], "contentType": "repositoryInterface", "name": "IOpenIddictAuthorizationRepository", "summary": null }, { "namespace": "Volo.Abp.OpenIddict.Applications", "entityAnalyzeModel": { "namespace": "Volo.Abp.OpenIddict.Applications", "primaryKeyType": "Guid", "properties": [], "contentType": "entity", "name": "OpenIddictApplication", "summary": null }, "implementingInterfaces": [ { "name": "IBasicRepository", "namespace": "Volo.Abp.Domain.Repositories", "declaringAssemblyName": "Volo.Abp.Ddd.Domain", "fullName": "Volo.Abp.Domain.Repositories.IBasicRepository" }, { "name": "IBasicRepository", "namespace": "Volo.Abp.Domain.Repositories", "declaringAssemblyName": "Volo.Abp.Ddd.Domain", "fullName": "Volo.Abp.Domain.Repositories.IBasicRepository" }, { "name": "IReadOnlyBasicRepository", "namespace": "Volo.Abp.Domain.Repositories", "declaringAssemblyName": "Volo.Abp.Ddd.Domain", "fullName": "Volo.Abp.Domain.Repositories.IReadOnlyBasicRepository" }, { "name": "IRepository", "namespace": "Volo.Abp.Domain.Repositories", "declaringAssemblyName": "Volo.Abp.Ddd.Domain", "fullName": "Volo.Abp.Domain.Repositories.IRepository" }, { "name": "IReadOnlyBasicRepository", "namespace": "Volo.Abp.Domain.Repositories", "declaringAssemblyName": "Volo.Abp.Ddd.Domain", "fullName": "Volo.Abp.Domain.Repositories.IReadOnlyBasicRepository" } ], "methods": [ { "returnType": "List", "namespace": "Volo.Abp.OpenIddict.Applications", "name": "GetListAsync", "summary": null, "isAsync": true, "isPublic": true, "isPrivate": false, "isStatic": false, "parameters": [ { "type": "String", "name": "sorting", "isOptional": false }, { "type": "Int32", "name": "skipCount", "isOptional": false }, { "type": "Int32", "name": "maxResultCount", "isOptional": false }, { "type": "String", "name": "filter", "isOptional": true }, { "type": "CancellationToken", "name": "cancellationToken", "isOptional": true } ] }, { "returnType": "Int64", "namespace": "Volo.Abp.OpenIddict.Applications", "name": "GetCountAsync", "summary": null, "isAsync": true, "isPublic": true, "isPrivate": false, "isStatic": false, "parameters": [ { "type": "String", "name": "filter", "isOptional": true }, { "type": "CancellationToken", "name": "cancellationToken", "isOptional": true } ] }, { "returnType": "OpenIddictApplication", "namespace": "Volo.Abp.OpenIddict.Applications", "name": "FindByClientIdAsync", "summary": null, "isAsync": true, "isPublic": true, "isPrivate": false, "isStatic": false, "parameters": [ { "type": "String", "name": "clientId", "isOptional": false }, { "type": "CancellationToken", "name": "cancellationToken", "isOptional": true } ] }, { "returnType": "List", "namespace": "Volo.Abp.OpenIddict.Applications", "name": "FindByPostLogoutRedirectUriAsync", "summary": null, "isAsync": true, "isPublic": true, "isPrivate": false, "isStatic": false, "parameters": [ { "type": "String", "name": "address", "isOptional": false }, { "type": "CancellationToken", "name": "cancellationToken", "isOptional": true } ] }, { "returnType": "List", "namespace": "Volo.Abp.OpenIddict.Applications", "name": "FindByRedirectUriAsync", "summary": null, "isAsync": true, "isPublic": true, "isPrivate": false, "isStatic": false, "parameters": [ { "type": "String", "name": "address", "isOptional": false }, { "type": "CancellationToken", "name": "cancellationToken", "isOptional": true } ] }, { "returnType": "List", "namespace": "Volo.Abp.OpenIddict.Applications", "name": "ListAsync", "summary": null, "isAsync": true, "isPublic": true, "isPrivate": false, "isStatic": false, "parameters": [ { "type": "Nullable", "name": "count", "isOptional": false }, { "type": "Nullable", "name": "offset", "isOptional": false }, { "type": "CancellationToken", "name": "cancellationToken", "isOptional": true } ] } ], "contentType": "repositoryInterface", "name": "IOpenIddictApplicationRepository", "summary": null } ] }