RemoteAuthenticationOptions.SaveTokens 屬性

定義

定義存取權和重新整理權杖是否應在 成功授權之後儲存在 中 AuthenticationProperties 。 此屬性預設會設定為 false ,以減少最終驗證 Cookie 的大小。

public:
 property bool SaveTokens { bool get(); void set(bool value); };
public bool SaveTokens { get; set; }
member this.SaveTokens : bool with get, set
Public Property SaveTokens As Boolean

屬性值

適用於