GoogleAuthenticationOptions.Provider Property

Gets or sets the Google authentication provider.

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

Syntax

'Declaration
Public Property Provider As IGoogleAuthenticationProvider 
    Get 
    Set
'Usage
Dim instance As GoogleAuthenticationOptions 
Dim value As IGoogleAuthenticationProvider 

value = instance.Provider

instance.Provider = value
public IGoogleAuthenticationProvider Provider { get; set; }
public:
property IGoogleAuthenticationProvider^ Provider {
    IGoogleAuthenticationProvider^ get ();
    void set (IGoogleAuthenticationProvider^ value);
}
member Provider : IGoogleAuthenticationProvider with get, set
function get Provider () : IGoogleAuthenticationProvider 
function set Provider (value : IGoogleAuthenticationProvider)

Property Value

Type: Microsoft.Owin.Security.Google.IGoogleAuthenticationProvider
The Google authentication provider.

See Also

Reference

GoogleAuthenticationOptions Class

Microsoft.Owin.Security.Google Namespace