Table of Contents

Class ClientAuthenticationSuccessEvent

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

Event for successful client authentication

public class ClientAuthenticationSuccessEvent : Event
Inheritance
ClientAuthenticationSuccessEvent
Inherited Members

Constructors

ClientAuthenticationSuccessEvent(string, string)

Initializes a new instance of the ClientAuthenticationSuccessEvent class.

public ClientAuthenticationSuccessEvent(string clientId, string authenticationMethod)

Parameters

clientId string

The client identifier.

authenticationMethod string

The authentication method.

See Also

Properties

AuthenticationMethod

Gets or sets the authentication method.

public string AuthenticationMethod { get; set; }

Property Value

string

The authentication method.

See Also

ClientId

Gets or sets the client identifier.

public string ClientId { get; set; }

Property Value

string

The client identifier.

See Also

See Also