OnBeforeTokenRequestData Class

Definition

Authentication request details

public sealed class OnBeforeTokenRequestData
type OnBeforeTokenRequestData = class
Public NotInheritable Class OnBeforeTokenRequestData
Inheritance
OnBeforeTokenRequestData

Constructors

OnBeforeTokenRequestData(IDictionary<String,String>, IDictionary<String,String>, Uri, CancellationToken)

Constructor.

Properties

BodyParameters

Parameters which will be sent in the request body, as POST parameters.

CancellationToken

The cancellation token associated with the request

Headers

Headers which will be sent with the request.

RequestUri

The token endpoint, including any query parameters, where the request is being sent to.

Applies to