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
public IGoogleOAuth2AuthenticationProvider Provider { get; set; }
public:
property IGoogleOAuth2AuthenticationProvider^ Provider {
IGoogleOAuth2AuthenticationProvider^ get();
void set(IGoogleOAuth2AuthenticationProvider^ value);
}
member Provider : IGoogleOAuth2AuthenticationProvider with get, set
Public Property Provider As IGoogleOAuth2AuthenticationProvider
Property Value
Type: Microsoft.Owin.Security.Google.IGoogleOAuth2AuthenticationProvider
Returns IGoogleOAuth2AuthenticationProvider.
See Also
GoogleOAuth2AuthenticationOptions Class
Microsoft.Owin.Security.Google Namespace
Return to top