Class RemoveClaimsFromClientCredentialsGrantType
Inheritance
RemoveClaimsFromClientCredentialsGrantType
Implements
IOpenIddictServerHandler<ProcessSignInContext>
Assembly: Volo.Abp.OpenIddict.AspNetCore.dll
Syntax
public class RemoveClaimsFromClientCredentialsGrantType : IOpenIddictServerHandler<OpenIddictServerEvents.ProcessSignInContext>
Constructors
RemoveClaimsFromClientCredentialsGrantType()
Declaration
public RemoveClaimsFromClientCredentialsGrantType()
Properties
Descriptor
Declaration
public static OpenIddictServerHandlerDescriptor Descriptor { get; }
Property Value
Type |
Description |
OpenIddictServerHandlerDescriptor |
|
Methods
HandleAsync(ProcessSignInContext)
Declaration
public virtual ValueTask HandleAsync(OpenIddictServerEvents.ProcessSignInContext context)
Parameters
Type |
Name |
Description |
ProcessSignInContext |
context |
|
Returns
Implements
OpenIddict.Server.IOpenIddictServerHandler<>
Extension Methods