JwtBearerOptions.IncludeErrorDetails 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
定義是否應該將權杖驗證錯誤傳回給呼叫端。 根據預設,可以停用此選項,以防止 JWT 處理常式傳回錯誤和 WWW-Authenticate 標頭中的error_description。
public:
property bool IncludeErrorDetails { bool get(); void set(bool value); };
public bool IncludeErrorDetails { get; set; }
member this.IncludeErrorDetails : bool with get, set
Public Property IncludeErrorDetails As Boolean