Represents an HTTP request.
Event arguments for implicit OAUTH authentication requests.
HttpRequest Request
HTTP Request object instance from client making the request.
bool PermitMtlsAuthentication
If user identity can be implicitly authenticated using the client certificate used in mutual TLS auth...
ImplicitAuthenticationEventArgs(HttpRequest Request)
Event arguments for implicit OAUTH authentication requests.
IUserWithClaims? User
Implicitly authenticated user, if any. If null, no user was authenticated.
bool PermitWwwAuthentication
If implicit authentication can use result of WWW-Authenticate mechanism in HTTP to identify a user,...
A User that can participate in distributed operations, where the user is identified using a JWT token...