OAuthGrantCustomExtensionContext.ClientId Property
Gets the OAuth client id.
Namespace: Microsoft.Owin.Security.OAuth
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
OAuthGrantCustomExtensionContext Class
Microsoft.Owin.Security.OAuth Namespace
Return to top