Table of Contents

Class GrantsRevokedEvent

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

Event for revoked grants.

public class GrantsRevokedEvent : Event
Inheritance
GrantsRevokedEvent
Inherited Members

Constructors

GrantsRevokedEvent(string, string)

Initializes a new instance of the GrantsRevokedEvent class.

public GrantsRevokedEvent(string subjectId, string clientId)

Parameters

subjectId string

The subject identifier.

clientId string

The client identifier.

See Also

Properties

ClientId

Gets or sets the client ID.

public string ClientId { get; set; }

Property Value

string

The client identifier.

See Also

SubjectId

Gets or sets the subject identifier.

public string SubjectId { get; set; }

Property Value

string

The subject identifier.

See Also

See Also