Table of Contents

Class ApiAuthenticationSuccessEvent

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

Event for successful API authentication

public class ApiAuthenticationSuccessEvent : Event
Inheritance
ApiAuthenticationSuccessEvent
Inherited Members

Constructors

ApiAuthenticationSuccessEvent(string, string)

Initializes a new instance of the ApiAuthenticationSuccessEvent class.

public ApiAuthenticationSuccessEvent(string apiName, string authenticationMethod)

Parameters

apiName string

Name of the API.

authenticationMethod string

The authentication method.

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

AuthenticationMethod

Gets or sets the authentication method.

public string AuthenticationMethod { get; set; }

Property Value

string

The authentication method.

See Also

See Also