OAuthCodeExchangeContext Class

Definition

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.

Applies to