OnBeforeTokenRequestData Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Constructor.
public OnBeforeTokenRequestData (System.Collections.Generic.IDictionary<string,string> bodyParameters, System.Collections.Generic.IDictionary<string,string> headers, Uri requestUri, System.Threading.CancellationToken cancellationToken);
new Microsoft.Identity.Client.Extensibility.OnBeforeTokenRequestData : System.Collections.Generic.IDictionary<string, string> * System.Collections.Generic.IDictionary<string, string> * Uri * System.Threading.CancellationToken -> Microsoft.Identity.Client.Extensibility.OnBeforeTokenRequestData
Public Sub New (bodyParameters As IDictionary(Of String, String), headers As IDictionary(Of String, String), requestUri As Uri, cancellationToken As CancellationToken)
Parameters
- bodyParameters
- IDictionary<String,String>
- headers
- IDictionary<String,String>
- requestUri
- Uri
- cancellationToken
- CancellationToken
Remarks
Apps should not have to use this constructor. It is provided for testability purposes.