BaseValidatingClientContext.ClientId Property

 

The "client_id" parameter for the current request. The Authorization Server application is responsible for validating this value identifies a registered client.

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

Syntax

public string ClientId { get; protected set; }
public:
property String^ ClientId {
    String^ get();
    protected: void set(String^ value);
}
member ClientId : string with get, set
Public Property ClientId As String
    Get
    Protected Set
End Property

Property Value

Type: System.String

Returns String.

See Also

BaseValidatingClientContext Class
Microsoft.Owin.Security.OAuth Namespace

Return to top