GoogleApplyRedirectContext Constructor (IOwinContext, GoogleAuthenticationOptions, AuthenticationProperties, String)
Creates a new context object.
Namespace: Microsoft.Owin.Security.Google
Assembly: Microsoft.Owin.Security.Google (in Microsoft.Owin.Security.Google.dll)
Syntax
public GoogleApplyRedirectContext(
IOwinContext context,
GoogleAuthenticationOptions options,
AuthenticationProperties properties,
string redirectUri
)
public:
GoogleApplyRedirectContext(
IOwinContext^ context,
GoogleAuthenticationOptions^ options,
AuthenticationProperties^ properties,
String^ redirectUri
)
new :
context:IOwinContext *
options:GoogleAuthenticationOptions *
properties:AuthenticationProperties *
redirectUri:string -> GoogleApplyRedirectContext
Public Sub New (
context As IOwinContext,
options As GoogleAuthenticationOptions,
properties As AuthenticationProperties,
redirectUri As String
)
Parameters
context
Type: Microsoft.Owin.IOwinContextThe OWIN request context
options
Type: Microsoft.Owin.Security.Google.GoogleAuthenticationOptionsThe Google OpenID middleware options
properties
Type: Microsoft.Owin.Security.AuthenticationPropertiesThe authentication properties of the challenge
redirectUri
Type: System.StringThe initial redirect URI
See Also
GoogleApplyRedirectContext Class
Microsoft.Owin.Security.Google Namespace
Return to top