Share via


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

public string ClientSecret { get; set; }
public:
property String^ ClientSecret {
    String^ get();
    void set(String^ value);
}
member ClientSecret : string with get, set
Public Property ClientSecret As String

Property Value

Type: System.String

Returns String.

See Also

GoogleOAuth2AuthenticationOptions Class
Microsoft.Owin.Security.Google Namespace

Return to top