OAuthCodeExchangeContext 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.
Contains information used to perform the code exchange.
public ref class OAuthCodeExchangeContext
public class OAuthCodeExchangeContext
type OAuthCodeExchangeContext = class
Public Class OAuthCodeExchangeContext
- Inheritance
-
OAuthCodeExchangeContext
Constructors
OAuthCodeExchangeContext(AuthenticationProperties, String, String) |
Initializes a new OAuthCodeExchangeContext. |
Properties
Code |
The code returned from the authorization endpoint. |
Properties |
State for the authentication flow. |
RedirectUri |
The redirect uri used in the authorization request. |