共用方式為


JwtBearerOptions.SaveToken 屬性

定義

定義在成功授權之後,持有人權杖是否應該儲存在 AuthenticationProperties 中。

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

屬性值

適用於