GoogleOAuth2AuthenticationOptions.Provider Property
Gets or sets the IGoogleOAuth2AuthenticationProvider used to handle authentication events.
Namespace: Microsoft.Owin.Security.Google
Assembly: Microsoft.Owin.Security.Google (in Microsoft.Owin.Security.Google.dll)
Syntax
'Declaration
Public Property Provider As IGoogleOAuth2AuthenticationProvider
Get
Set
'Usage
Dim instance As GoogleOAuth2AuthenticationOptions
Dim value As IGoogleOAuth2AuthenticationProvider
value = instance.Provider
instance.Provider = value
public IGoogleOAuth2AuthenticationProvider Provider { get; set; }
public:
property IGoogleOAuth2AuthenticationProvider^ Provider {
IGoogleOAuth2AuthenticationProvider^ get ();
void set (IGoogleOAuth2AuthenticationProvider^ value);
}
member Provider : IGoogleOAuth2AuthenticationProvider with get, set
function get Provider () : IGoogleOAuth2AuthenticationProvider
function set Provider (value : IGoogleOAuth2AuthenticationProvider)
Property Value
Type: Microsoft.Owin.Security.Google.IGoogleOAuth2AuthenticationProvider
Returns IGoogleOAuth2AuthenticationProvider.