Class AbpOpenIddictProAppService
Inheritance
AbpOpenIddictProAppService
Assembly: Volo.Abp.OpenIddict.Pro.Application.dll
Syntax
public abstract class AbpOpenIddictProAppService : ApplicationService, IApplicationService, IRemoteService, IAvoidDuplicateCrossCuttingConcerns, IValidationEnabled, IUnitOfWorkEnabled, IAuditingEnabled, IGlobalFeatureCheckingEnabled, ITransientDependency
Constructors
AbpOpenIddictProAppService()
Declaration
protected AbpOpenIddictProAppService()
Methods
ConvertIdentifierFromString(string)
Declaration
protected virtual Guid ConvertIdentifierFromString(string identifier)
Parameters
Type |
Name |
Description |
string |
identifier |
|
Returns
ConvertIdentifierToString(Guid)
Declaration
protected virtual string ConvertIdentifierToString(Guid identifier)
Parameters
Type |
Name |
Description |
Guid |
identifier |
|
Returns
Implements
Extension Methods