Пример #1
0
 public async Task HandleAsync(RevokeAccessToken command)
 {
     await _accessTokenService.DeactivateAsync(command.AccessToken);
 }