Class ApiAuthenticationFailureEvent
- Namespace
- Duende.IdentityServer.Events
- Assembly
- Duende.IdentityServer.dll
Event for failed API authentication
public class ApiAuthenticationFailureEvent : Event
- Inheritance
-
ApiAuthenticationFailureEvent
- Inherited Members
Constructors
ApiAuthenticationFailureEvent(string, string)
Initializes a new instance of the ApiAuthenticationFailureEvent class.
public ApiAuthenticationFailureEvent(string apiName, string message)
Parameters
- See Also
Properties
ApiName
Gets or sets the name of the API.
public string ApiName { get; set; }
Property Value
- string
The name of the API.
- See Also