mirror of
https://github.com/bitwarden/server.git
synced 2025-06-15 23:40:48 -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
|
public interface IAuthRequestService
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <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.
|
/// userId. Returns null if the user doesn't match or if the AuthRequest is not found.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="authRequestId">Authrequest Id being fetched</param>
|
/// <param name="authRequestId">Authrequest Id being fetched</param>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user