Class OpenIddictValidateIdentitySessionValidationHandler
Inheritance
OpenIddictValidateIdentitySessionValidationHandler
Implements
IOpenIddictValidationHandler<ValidateTokenContext>
Assembly: Volo.Abp.Account.Pro.Public.Web.OpenIddict.dll
Syntax
public class OpenIddictValidateIdentitySessionValidationHandler : IOpenIddictValidationHandler<OpenIddictValidationEvents.ValidateTokenContext>
Constructors
OpenIddictValidateIdentitySessionValidationHandler(IdentitySessionChecker, ICurrentTenant)
Declaration
public OpenIddictValidateIdentitySessionValidationHandler(IdentitySessionChecker identitySessionChecker, ICurrentTenant currentTenant)
Parameters
Properties
CurrentTenant
Declaration
protected ICurrentTenant CurrentTenant { get; }
Property Value
Descriptor
Declaration
public static OpenIddictValidationHandlerDescriptor Descriptor { get; }
Property Value
Type |
Description |
OpenIddictValidationHandlerDescriptor |
|
IdentitySessionChecker
Declaration
protected IdentitySessionChecker IdentitySessionChecker { get; }
Property Value
Methods
HandleAsync(ValidateTokenContext)
Declaration
public virtual ValueTask HandleAsync(OpenIddictValidationEvents.ValidateTokenContext context)
Parameters
Type |
Name |
Description |
ValidateTokenContext |
context |
|
Returns
Implements
OpenIddict.Validation.IOpenIddictValidationHandler<>
Extension Methods