1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-15 07:20:49 -05:00

Update src/Core/Auth/Services/IAuthRequestService.cs

Co-authored-by: Patrick-Pimentel-Bitwarden <ppimentel@bitwarden.com>
This commit is contained in:
Ike 2025-06-13 13:26:10 -04:00 committed by GitHub
parent 03a5e22d41
commit 295676d753
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,7 +12,7 @@ namespace Bit.Core.Auth.Services;
public interface IAuthRequestService
{
/// <summary>
/// fetches an authRequest by Id. Returns AuthRequest if AuthRequest.UserId mateches
/// Fetches an authRequest by Id. Returns AuthRequest if AuthRequest.UserId mateches
/// userId. Returns null if the user doesn't match or if the AuthRequest is not found.
/// </summary>
/// <param name="authRequestId">Authrequest Id being fetched</param>