Show / Hide Table of Contents

Class AbpOpenIddictProAppService

Inheritance
object
AbpOpenIddictProAppService
ApplicationAppService
ScopeAppService
Namespace: Volo.Abp.OpenIddict
Assembly: Volo.Abp.OpenIddict.Pro.Application.dll
Syntax
public abstract class AbpOpenIddictProAppService : ApplicationService

Constructors

AbpOpenIddictProAppService()

Declaration
protected AbpOpenIddictProAppService()

Methods

ConvertIdentifierFromString(string)

Declaration
protected virtual Guid ConvertIdentifierFromString(string identifier)
Parameters
Type Name Description
string identifier
Returns
Type Description
Guid

ConvertIdentifierToString(Guid)

Declaration
protected virtual string ConvertIdentifierToString(Guid identifier)
Parameters
Type Name Description
Guid identifier
Returns
Type Description
string
In this article
Back to top Powered by Volosoft