GoogleOAuth2AuthenticationOptions.ClientId Property
Gets or sets the Google-assigned client id
Namespace: Microsoft.Owin.Security.Google
Assembly: Microsoft.Owin.Security.Google (in Microsoft.Owin.Security.Google.dll)
Syntax
'Declaration
Public Property ClientId As String
Get
Set
'Usage
Dim instance As GoogleOAuth2AuthenticationOptions
Dim value As String
value = instance.ClientId
instance.ClientId = value
public string ClientId { get; set; }
public:
property String^ ClientId {
String^ get ();
void set (String^ value);
}
member ClientId : string with get, set
function get ClientId () : String
function set ClientId (value : String)
Property Value
Type: System.String
Returns String.