Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the IGoogleAuthenticationProvider used to handle authentication events.
Namespace: Microsoft.Owin.Security.Google
Assembly: Microsoft.Owin.Security.Google (in Microsoft.Owin.Security.Google.dll)
Syntax
public IGoogleAuthenticationProvider Provider { get; set; }
public:
property IGoogleAuthenticationProvider^ Provider {
IGoogleAuthenticationProvider^ get();
void set(IGoogleAuthenticationProvider^ value);
}
member Provider : IGoogleAuthenticationProvider with get, set
Public Property Provider As IGoogleAuthenticationProvider
Property Value
Type: Microsoft.Owin.Security.Google.IGoogleAuthenticationProvider
Returns IGoogleAuthenticationProvider.
See Also
GoogleAuthenticationOptions Class
Microsoft.Owin.Security.Google Namespace
Return to top