JwtBearerOptions.IncludeErrorDetails プロパティ

定義

トークン検証エラーを呼び出し元に返す必要があるかどうかを定義します。 既定では、このオプションを無効にして、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

プロパティ値

適用対象