Share via


AuthFailure.State Property

Definition

Derived from the "state" parameter of the error response.

public:
 property Platform::String ^ State { Platform::String ^ get(); };
winrt::hstring State();
public string State { get; }
var string = authFailure.state;
Public ReadOnly Property State As String

Property Value

String

Platform::String

winrt::hstring

A string that contains the state.

Applies to