Share via


AuthResponse.State Property

Definition

Derived from the state parameter of the authorization response.

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

Property Value

String

Platform::String

winrt::hstring

A string that represents the state of the authorization request.

Applies to