Class AlwaysAllowMethodInvocationAuthorizationService
Inheritance
AlwaysAllowMethodInvocationAuthorizationService
Assembly: Volo.Abp.Authorization.Abstractions.dll
Syntax
public class AlwaysAllowMethodInvocationAuthorizationService : IMethodInvocationAuthorizationService
Constructors
AlwaysAllowMethodInvocationAuthorizationService()
Declaration
public AlwaysAllowMethodInvocationAuthorizationService()
Methods
CheckAsync(MethodInvocationAuthorizationContext)
Declaration
public Task CheckAsync(MethodInvocationAuthorizationContext context)
Parameters
Returns
Implements
Extension Methods