AuthorizeEndpointRequest.State Property

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

'Declaration
Public Property State As String 
    Get 
    Set
'Usage
Dim instance As AuthorizeEndpointRequest 
Dim value As String 

value = instance.State

instance.State = value
public string State { get; set; }
public:
property String^ State {
    String^ get ();
    void set (String^ value);
}
member State : string with get, set
function get State () : String 
function set State (value : String)

Property Value

Type: System.String

See Also

Reference

AuthorizeEndpointRequest Class

Microsoft.Owin.Security.OAuth.Messages Namespace