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.​DeviceAuthorizationFailureEvent

Assembly: Duende.IdentityServer

Inheritance: object → Event → DeviceAuthorizationFailureEvent

Event for device authorization failure

Properties

public string
ClientId
Gets or sets the client identifier.
public string
ClientName
Gets or sets the name of the client.
public string
Endpoint
Gets or sets the endpoint.
public string
Scopes
Gets or sets the scopes.
public string
Error
Gets or sets the error.
public string
ErrorDescription
Gets or sets the error description.
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