Share via


GoogleAuthenticatedContext Class

 

Contains information about the login session as well as the user ClaimsIdentity.

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
    Microsoft.Owin.Security.Google.GoogleAuthenticatedContext

Syntax

public class GoogleAuthenticatedContext : BaseContext
public ref class GoogleAuthenticatedContext : BaseContext
type GoogleAuthenticatedContext = 
    class
        inherit BaseContext
    end
Public Class GoogleAuthenticatedContext
    Inherits BaseContext

Constructors

Name Description
System_CAPS_pubmethod GoogleAuthenticatedContext(IOwinContext, ClaimsIdentity, AuthenticationProperties, XElement, IDictionary<String, String>)

Initializes a GoogleAuthenticatedContext

Properties

Name Description
System_CAPS_pubproperty AttributeExchangeProperties

Gets the key-value dictinary of message properties

System_CAPS_pubproperty Identity

Gets or sets the ClaimsIdentity representing the user

System_CAPS_pubproperty OwinContext

(Inherited from BaseContext.)

System_CAPS_pubproperty Properties

Gets or sets a property bag for common authentication properties

System_CAPS_pubproperty Request

(Inherited from BaseContext.)

System_CAPS_pubproperty Response

(Inherited from BaseContext.)

System_CAPS_pubproperty ResponseMessage

Gets or sets parsed response message from openid query string

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod 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