Table of Contents

Class EditAuthenticationScheme.Handler

Namespace
Raytha.Application.AuthenticationSchemes.Commands
Assembly
Raytha.Application.dll
public class EditAuthenticationScheme.Handler : IRequestHandler<EditAuthenticationScheme.Command, CommandResponseDto<ShortGuid>>
Inheritance
EditAuthenticationScheme.Handler
Implements
Inherited Members

Constructors

Handler(IRaythaDbContext)

public Handler(IRaythaDbContext db)

Parameters

db IRaythaDbContext

Methods

Handle(Command, CancellationToken)

Handles a request

public Task<CommandResponseDto<ShortGuid>> Handle(EditAuthenticationScheme.Command request, CancellationToken cancellationToken)

Parameters

request EditAuthenticationScheme.Command

The request

cancellationToken CancellationToken

Cancellation token

Returns

Task<CommandResponseDto<ShortGuid>>

Response from the request