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
- 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