Microsoft.Owin.Security.Google Namespace

 

The Microsoft.Owin.Security.Google namespace contains types related to Google authentication.

ClassDescription
System_CAPS_pubclassGoogleApplyRedirectContext

Context passed when a Challenge causes a redirect to authorize endpoint in the Google OpenID middleware

System_CAPS_pubclassGoogleAuthenticatedContext

Contains information about the login session as well as the user ClaimsIdentity.

System_CAPS_pubclassGoogleAuthenticationMiddleware

OWIN middleware for authenticating users using Google OpenID

System_CAPS_pubclassGoogleAuthenticationOptions

Obsolete.Configuration options for GoogleAuthenticationMiddleware

System_CAPS_pubclassGoogleAuthenticationProvider

Default IGoogleAuthenticationProvider implementation.

System_CAPS_pubclassGoogleOAuth2ApplyRedirectContext

Context passed when a Challenge causes a redirect to authorize endpoint in the Google OAuth 2.0 middleware

System_CAPS_pubclassGoogleOAuth2AuthenticatedContext

Contains information about the login session as well as the user ClaimsIdentity.

System_CAPS_pubclassGoogleOAuth2AuthenticationMiddleware

OWIN middleware for authenticating users using Google OAuth 2.0

System_CAPS_pubclassGoogleOAuth2AuthenticationOptions

Configuration options for GoogleOAuth2AuthenticationMiddleware

System_CAPS_pubclassGoogleOAuth2AuthenticationProvider

Default IGoogleOAuth2AuthenticationProvider implementation.

System_CAPS_pubclassGoogleOAuth2ReturnEndpointContext

Provides context information to middleware providers.

System_CAPS_pubclassGoogleReturnEndpointContext

Provides context information to middleware providers.

InterfaceDescription
System_CAPS_pubinterfaceIGoogleAuthenticationProvider

Specifies callback methods which the GoogleAuthenticationMiddleware invokes to enable developer control over the authentication process. />

System_CAPS_pubinterfaceIGoogleOAuth2AuthenticationProvider

Specifies callback methods which the GoogleOAuth2AuthenticationMiddleware invokes to enable developer control over the authentication process. />

Return to top
Show: