GoogleAuthenticationProvider Class
Default IGoogleAuthenticationProvider implementation.
Namespace: Microsoft.Owin.Security.Google
Assembly: Microsoft.Owin.Security.Google (in Microsoft.Owin.Security.Google.dll)
Inheritance Hierarchy
System.Object
Microsoft.Owin.Security.Google.GoogleAuthenticationProvider
Syntax
public class GoogleAuthenticationProvider : IGoogleAuthenticationProvider
public ref class GoogleAuthenticationProvider : IGoogleAuthenticationProvider
type GoogleAuthenticationProvider =
class
interface IGoogleAuthenticationProvider
end
Public Class GoogleAuthenticationProvider
Implements IGoogleAuthenticationProvider
Constructors
Name | Description | |
---|---|---|
GoogleAuthenticationProvider() | Initializes a GoogleAuthenticationProvider |
Properties
Name | Description | |
---|---|---|
OnApplyRedirect | Gets or sets the delegate that is invoked when the ApplyRedirect method is invoked. |
|
OnAuthenticated | Gets or sets the function that is invoked when the Authenticated method is invoked. |
|
OnReturnEndpoint | Gets or sets the function that is invoked when the ReturnEndpoint method is invoked. |
Methods
Name | Description | |
---|---|---|
ApplyRedirect(GoogleApplyRedirectContext) | Called when a Challenge causes a redirect to authorize endpoint in the Google OpenID middleware |
|
Authenticated(GoogleAuthenticatedContext) | Invoked whenever Google successfully authenticates a user |
|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
ReturnEndpoint(GoogleReturnEndpointContext) | Invoked prior to the ClaimsIdentity being saved in a local cookie and the browser being redirected to the originally requested URL. |
|
ToString() | (Inherited from Object.) |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.Owin.Security.Google Namespace
Return to top