AuthorizationCodeReceivedContext.HandledCodeRedemption 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指出開發人員選擇處理 (或略過) 代碼兌換。 如果為 true,則處理常式不會嘗試兌換程式碼。 請參閱 HandleCodeRedemption 和 TokenEndpointResponse。
public:
property bool HandledCodeRedemption { bool get(); };
public bool HandledCodeRedemption { get; }
member this.HandledCodeRedemption : bool
Public ReadOnly Property HandledCodeRedemption As Boolean