Share via


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

See Also

GoogleApplyRedirectContext Class
Microsoft.Owin.Security.Google Namespace

Return to top