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 "client_id" query string parameter of the Authorize request.
Namespace:   Microsoft.Owin.Security.OAuth.Messages
Assembly:  Microsoft.Owin.Security.OAuth (in Microsoft.Owin.Security.OAuth.dll)
Syntax
public string ClientId { get; set; }
public:
property String^ ClientId {
    String^ get();
    void set(String^ value);
}
member ClientId : string with get, set
Public Property ClientId As String
Property Value
Type: System.String
See Also
AuthorizeEndpointRequest Class
Microsoft.Owin.Security.OAuth.Messages Namespace
Return to top