Class InvalidClientConfigurationEvent
- Namespace
- Duende.IdentityServer.Events
- Assembly
- Duende.IdentityServer.dll
Event for unhandled exceptions
public class InvalidClientConfigurationEvent : Event
- Inheritance
-
InvalidClientConfigurationEvent
- Inherited Members
Constructors
InvalidClientConfigurationEvent(Client, string)
Initializes a new instance of the InvalidClientConfigurationEvent class.
public InvalidClientConfigurationEvent(Client client, string errorMessage)
Parameters
client
ClientThe client.
errorMessage
stringThe error message.
- See Also
Properties
ClientId
Gets or sets the client ID.
public string ClientId { get; set; }
Property Value
- string
The details.
- See Also
ClientName
Gets or sets the name of the client.
public string ClientName { get; set; }
Property Value
- string
The name of the client.
- See Also