Share via


GoogleAuthenticatedContext Constructor (IOwinContext, ClaimsIdentity, AuthenticationProperties, XElement, IDictionary<String, String>)

 

Initializes a GoogleAuthenticatedContext

Namespace:   Microsoft.Owin.Security.Google
Assembly:  Microsoft.Owin.Security.Google (in Microsoft.Owin.Security.Google.dll)

Syntax

public GoogleAuthenticatedContext(
    IOwinContext context,
    ClaimsIdentity identity,
    AuthenticationProperties properties,
    XElement responseMessage,
    IDictionary<string, string> attributeExchangeProperties
)
public:
GoogleAuthenticatedContext(
    IOwinContext^ context,
    ClaimsIdentity^ identity,
    AuthenticationProperties^ properties,
    XElement^ responseMessage,
    IDictionary<String^, String^>^ attributeExchangeProperties
)
new : 
        context:IOwinContext *
        identity:ClaimsIdentity *
        properties:AuthenticationProperties *
        responseMessage:XElement *
        attributeExchangeProperties:IDictionary<string, string> -> GoogleAuthenticatedContext
Public Sub New (
    context As IOwinContext,
    identity As ClaimsIdentity,
    properties As AuthenticationProperties,
    responseMessage As XElement,
    attributeExchangeProperties As IDictionary(Of String, String)
)

Parameters

See Also

GoogleAuthenticatedContext Class
Microsoft.Owin.Security.Google Namespace

Return to top