Class DeleteAuthenticationScheme.Handler
- Namespace
- Raytha.Application.AuthenticationSchemes.Commands
- Assembly
- Raytha.Application.dll
public class DeleteAuthenticationScheme.Handler : IRequestHandler<DeleteAuthenticationScheme.Command, CommandResponseDto<ShortGuid>>
- Inheritance
-
DeleteAuthenticationScheme.Handler
- Implements
- Inherited Members
Constructors
Handler(IRaythaDbContext)
public Handler(IRaythaDbContext db)
Parameters
Methods
Handle(Command, CancellationToken)
Handles a request
public Task<CommandResponseDto<ShortGuid>> Handle(DeleteAuthenticationScheme.Command request, CancellationToken cancellationToken)
Parameters
request
DeleteAuthenticationScheme.CommandThe request
cancellationToken
CancellationTokenCancellation token
Returns
- Task<CommandResponseDto<ShortGuid>>
Response from the request