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.
The Microsoft.Owin.Security.Google namespace contains types related to Google authentication.
Classes
Class | Description | |
---|---|---|
![]() |
GoogleApplyRedirectContext | Context passed when a Challenge causes a redirect to authorize endpoint in the Google OpenID middleware |
![]() |
GoogleAuthenticatedContext | Contains information about the login session as well as the user ClaimsIdentity. |
![]() |
GoogleAuthenticationMiddleware | OWIN middleware for authenticating users using Google OpenID |
![]() |
GoogleAuthenticationOptions | Obsolete.Configuration options for GoogleAuthenticationMiddleware |
![]() |
GoogleAuthenticationProvider | Default IGoogleAuthenticationProvider implementation. |
![]() |
GoogleOAuth2ApplyRedirectContext | Context passed when a Challenge causes a redirect to authorize endpoint in the Google OAuth 2.0 middleware |
![]() |
GoogleOAuth2AuthenticatedContext | Contains information about the login session as well as the user ClaimsIdentity. |
![]() |
GoogleOAuth2AuthenticationMiddleware | OWIN middleware for authenticating users using Google OAuth 2.0 |
![]() |
GoogleOAuth2AuthenticationOptions | Configuration options for GoogleOAuth2AuthenticationMiddleware |
![]() |
GoogleOAuth2AuthenticationProvider | Default IGoogleOAuth2AuthenticationProvider implementation. |
![]() |
GoogleOAuth2ReturnEndpointContext | Provides context information to middleware providers. |
![]() |
GoogleReturnEndpointContext | Provides context information to middleware providers. |
Interfaces
Interface | Description | |
---|---|---|
![]() |
IGoogleAuthenticationProvider | Specifies callback methods which the GoogleAuthenticationMiddleware invokes to enable developer control over the authentication process. /> |
![]() |
IGoogleOAuth2AuthenticationProvider | Specifies callback methods which the GoogleOAuth2AuthenticationMiddleware invokes to enable developer control over the authentication process. /> |
Return to top