OnBeforeTokenRequestData Class
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.
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. |