mirror of
https://github.com/bitwarden/server.git
synced 2025-06-15 15:30:49 -05:00
Update src/Core/Auth/Services/IAuthRequestService.cs
Co-authored-by: Patrick-Pimentel-Bitwarden <ppimentel@bitwarden.com>
This commit is contained in:
parent
03a5e22d41
commit
295676d753
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user