Table of Contents

Class DeviceAuthorizationSuccessEvent

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

Event for device authorization failure

public class DeviceAuthorizationSuccessEvent : Event
Inheritance
DeviceAuthorizationSuccessEvent
Inherited Members

Constructors

DeviceAuthorizationSuccessEvent()

Initializes a new instance of the DeviceAuthorizationSuccessEvent class.

protected DeviceAuthorizationSuccessEvent()
See Also

DeviceAuthorizationSuccessEvent(DeviceAuthorizationResponse, DeviceAuthorizationRequestValidationResult)

Initializes a new instance of the DeviceAuthorizationSuccessEvent class.

public DeviceAuthorizationSuccessEvent(DeviceAuthorizationResponse response, DeviceAuthorizationRequestValidationResult request)

Parameters

response DeviceAuthorizationResponse

The response.

request DeviceAuthorizationRequestValidationResult

The request.

See Also

Properties

ClientId

Gets or sets the client identifier.

public string ClientId { get; set; }

Property Value

string

The client identifier.

See Also

ClientName

Gets or sets the name of the client.

public string ClientName { get; set; }

Property Value

string

The name of the client.

See Also

Endpoint

Gets or sets the endpoint.

public string Endpoint { get; set; }

Property Value

string

The endpoint.

See Also

Scopes

Gets or sets the scopes.

public string Scopes { get; set; }

Property Value

string

The scopes.

See Also

See Also