TokenEndpointRequest.ClientId Property

The "client_id" parameter of the Token endpoint request. This parameter is optional. It might not be present if the request is authenticated in a different way, for example, by using basic authentication credentials.

Namespace:  Microsoft.Owin.Security.OAuth.Messages
Assembly:  Microsoft.Owin.Security.OAuth (in Microsoft.Owin.Security.OAuth.dll)

Syntax

'Declaration
Public Property ClientId As String 
    Get 
    Private Set
'Usage
Dim instance As TokenEndpointRequest 
Dim value As String 

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

Property Value

Type: System.String

See Also

Reference

TokenEndpointRequest Class

Microsoft.Owin.Security.OAuth.Messages Namespace