GoogleOAuth2ApplyRedirectContext Class
Context passed when a Challenge causes a redirect to authorize endpoint in the Google OAuth 2.0 middleware
Namespace: Microsoft.Owin.Security.Google
Assembly: Microsoft.Owin.Security.Google (in Microsoft.Owin.Security.Google.dll)
Inheritance Hierarchy
System.Object
Microsoft.Owin.Security.Provider.BaseContext<TOptions>
Microsoft.Owin.Security.Google.GoogleOAuth2ApplyRedirectContext
Syntax
public class GoogleOAuth2ApplyRedirectContext : BaseContext<GoogleOAuth2AuthenticationOptions>
public ref class GoogleOAuth2ApplyRedirectContext : BaseContext<GoogleOAuth2AuthenticationOptions^>
type GoogleOAuth2ApplyRedirectContext =
class
inherit BaseContext<GoogleOAuth2AuthenticationOptions>
end
Public Class GoogleOAuth2ApplyRedirectContext
Inherits BaseContext(Of GoogleOAuth2AuthenticationOptions)
Constructors
Name | Description | |
---|---|---|
GoogleOAuth2ApplyRedirectContext(IOwinContext, GoogleOAuth2AuthenticationOptions, AuthenticationProperties, String) | Creates a new context object. |
Properties
Name | Description | |
---|---|---|
Options | (Inherited from BaseContext<TOptions>.) |
|
OwinContext | (Inherited from BaseContext<TOptions>.) |
|
Properties | Gets the authenticaiton properties of the challenge |
|
RedirectUri | Gets the URI used for the redirect operation. |
|
Request | (Inherited from BaseContext<TOptions>.) |
|
Response | (Inherited from BaseContext<TOptions>.) |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
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