Early Preview

This is currently very much a preview. Please feel free to try things out, but don't be upset if anything is not yet working. Feedback is welcome over on our GitHub Dicussions page.

class Duende.​IdentityServer.​Events.​TokenIntrospectionFailureEvent

Assembly: Duende.IdentityServer

Inheritance: object → Event → TokenIntrospectionFailureEvent

Event for failed token introspection

Properties

public string
ApiName
Gets or sets the name of the API.
public string
Token
Gets or sets the token.
Gets or sets the API scopes.
TokenScopes
Gets or sets the token scopes.
public string
Category
Gets or sets the category.
public string
Name
Gets or sets the name.
public EventTypes
EventType
Gets or sets the event type.
public int
Id
Gets or sets the identifier.
public string
Message
Gets or sets the event message.
public string
ActivityId
Gets or sets the per-request trace identifier (not the Activity Id)
Remarks Note that this is not the Activity Id despite the name.
TimeStamp
Gets or sets the time stamp when the event was raised.
public int
ProcessId
Gets or sets the server process identifier.
public string
LocalIpAddress
Gets or sets the local ip address of the current request.
public string
RemoteIpAddress
Gets or sets the remote ip address of the current request.

Methods

public string
ToString​()
Inherited from Event
public bool
Equals​(object obj)
Inherited from object
protected void
Finalize​()
Inherited from object
public int
GetHashCode​()
Inherited from object
GetType​()
Inherited from object
protected object
MemberwiseClone​()
Inherited from object