Table of Contents

Class UserLogoutSuccessEvent

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

Event for successful user logout

public class UserLogoutSuccessEvent : Event
Inheritance
UserLogoutSuccessEvent
Inherited Members

Constructors

UserLogoutSuccessEvent(string, string)

Initializes a new instance of the UserLogoutSuccessEvent class.

public UserLogoutSuccessEvent(string subjectId, string name)

Parameters

subjectId string

The subject identifier.

name string

The name.

See Also

Properties

DisplayName

Gets or sets the display name.

public string DisplayName { get; set; }

Property Value

string

The display name.

See Also

SubjectId

Gets or sets the subject identifier.

public string SubjectId { get; set; }

Property Value

string

The subject identifier.

See Also

See Also