JwtBearerChallengeContext.ErrorDescription 속성
정의
WWW-Authenticate 헤더의 일부로 호출자에 게 반환 되는 "error_description" 값을 가져오거나 설정 합니다. IncludeErrorDetails가 false
로 설정 된 경우이 속성은 null 일 수 있습니다.
public:
property System::String ^ ErrorDescription { System::String ^ get(); void set(System::String ^ value); };
public string ErrorDescription { get; set; }
member this.ErrorDescription : string with get, set
Public Property ErrorDescription As String