Compartir a través de


Microsoft.Owin.Security.Google Namespace

 

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

Classes

Class Description
System_CAPS_pubclass GoogleApplyRedirectContext

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

System_CAPS_pubclass GoogleAuthenticatedContext

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

System_CAPS_pubclass GoogleAuthenticationMiddleware

OWIN middleware for authenticating users using Google OpenID

System_CAPS_pubclass GoogleAuthenticationOptions

Obsolete.Configuration options for GoogleAuthenticationMiddleware

System_CAPS_pubclass GoogleAuthenticationProvider

Default IGoogleAuthenticationProvider implementation.

System_CAPS_pubclass GoogleOAuth2ApplyRedirectContext

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

System_CAPS_pubclass GoogleOAuth2AuthenticatedContext

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

System_CAPS_pubclass GoogleOAuth2AuthenticationMiddleware

OWIN middleware for authenticating users using Google OAuth 2.0

System_CAPS_pubclass GoogleOAuth2AuthenticationOptions

Configuration options for GoogleOAuth2AuthenticationMiddleware

System_CAPS_pubclass GoogleOAuth2AuthenticationProvider

Default IGoogleOAuth2AuthenticationProvider implementation.

System_CAPS_pubclass GoogleOAuth2ReturnEndpointContext

Provides context information to middleware providers.

System_CAPS_pubclass GoogleReturnEndpointContext

Provides context information to middleware providers.

Interfaces

Interface Description
System_CAPS_pubinterface IGoogleAuthenticationProvider

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

System_CAPS_pubinterface IGoogleOAuth2AuthenticationProvider

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

Return to top