共用方式為


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

屬性值

適用於