AuthRequestParams.State Property

Definition

Specifies the recommended state parameter of the authorization request described in section 4.1.1 of RFC 6749.

public:
 property Platform::String ^ State { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring State();

void State(winrt::hstring value);
public string State { get; set; }
var string = authRequestParams.state;
authRequestParams.state = string;
Public Property State As String

Property Value

String

Platform::String

winrt::hstring

A string containing the state parameter of the authorization request.

Applies to