Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The "scope" query string parameter of the Authorize request. May be absent if the client does not require state to be included when returning to the RedirectUri.
Namespace: Microsoft.Owin.Security.OAuth.Messages
Assembly: Microsoft.Owin.Security.OAuth (in Microsoft.Owin.Security.OAuth.dll)
Syntax
public string State { get; set; }
public:
property String^ State {
String^ get();
void set(String^ value);
}
member State : string with get, set
Public Property State As String
Property Value
Type: System.String
See Also
AuthorizeEndpointRequest Class
Microsoft.Owin.Security.OAuth.Messages Namespace
Return to top