OAuthCodeExchangeContext 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
包含用來執行程式碼交換的資訊。
public ref class OAuthCodeExchangeContext
public class OAuthCodeExchangeContext
type OAuthCodeExchangeContext = class
Public Class OAuthCodeExchangeContext
- 繼承
-
OAuthCodeExchangeContext
建構函式
OAuthCodeExchangeContext(AuthenticationProperties, String, String) |
初始化新的 OAuthCodeExchangeContext。 |
屬性
Code |
從授權端點傳回的程式碼。 |
Properties |
驗證流程的狀態。 |
RedirectUri |
授權要求中使用的重新導向 URI。 |