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