Table of Contents

Class ClientAuthenticationFailureEvent

Namespace
Duende.IdentityServer.Events
Assembly
Duende.IdentityServer.dll

Event for failed client authentication

public class ClientAuthenticationFailureEvent : Event
Inheritance
ClientAuthenticationFailureEvent
Inherited Members

Constructors

ClientAuthenticationFailureEvent(string, string)

Initializes a new instance of the ClientAuthenticationFailureEvent class.

public ClientAuthenticationFailureEvent(string clientId, string message)

Parameters

clientId string

The client identifier.

message string

The message.

See Also

Properties

ClientId

Gets or sets the client identifier.

public string ClientId { get; set; }

Property Value

string

The client identifier.

See Also

See Also