GoogleAuthenticationExtensions Class

 

Extension methods for using GoogleAuthenticationMiddleware

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

System::Object
  Owin::GoogleAuthenticationExtensions

[ExtensionAttribute]
public ref class GoogleAuthenticationExtensions abstract sealed 

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticUseGoogleAuthentication(IAppBuilder^)

Obsolete.Authenticate users using Google OpenId

System_CAPS_pubmethodSystem_CAPS_staticUseGoogleAuthentication(IAppBuilder^, GoogleAuthenticationOptions^)

Obsolete.Authenticate users using Google OpenId

System_CAPS_pubmethodSystem_CAPS_staticUseGoogleAuthentication(IAppBuilder^, GoogleOAuth2AuthenticationOptions^)

Authenticate users using Google OAuth 2.0

System_CAPS_pubmethodSystem_CAPS_staticUseGoogleAuthentication(IAppBuilder^, String^, String^)

Authenticate users using Google OAuth 2.0

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: