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
public string ClientId { get; private set; }
public:
property String^ ClientId {
String^ get();
private: void set(String^ value);
}
member ClientId : string with get, private set
Public Property ClientId As String
Get
Private Set
End Property
Property Value
Type: System.String
Returns String.
See Also
TokenEndpointRequest Class
Microsoft.Owin.Security.OAuth.Messages Namespace
Return to top