The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
GoogleAuthenticatedContext Class
Contains information about the login session as well as the user ClaimsIdentity.
Assembly: Microsoft.Owin.Security.Google (in Microsoft.Owin.Security.Google.dll)
System::Object
Microsoft.Owin.Security.Provider::BaseContext
Microsoft.Owin.Security.Google::GoogleAuthenticatedContext
Microsoft.Owin.Security.Provider::BaseContext
Microsoft.Owin.Security.Google::GoogleAuthenticatedContext
| Name | Description | |
|---|---|---|
![]() | GoogleAuthenticatedContext(IOwinContext^, ClaimsIdentity^, AuthenticationProperties^, XElement^, IDictionary<String^, String^>^) | Initializes a GoogleAuthenticatedContext |
| Name | Description | |
|---|---|---|
![]() | AttributeExchangeProperties | Gets the key-value dictinary of message properties |
![]() | Identity | Gets or sets the ClaimsIdentity representing the user |
![]() | OwinContext | (Inherited from BaseContext.) |
![]() | Properties | Gets or sets a property bag for common authentication properties |
![]() | Request | (Inherited from BaseContext.) |
![]() | Response | (Inherited from BaseContext.) |
![]() | ResponseMessage | Gets or sets parsed response message from openid query string |
| 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.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:


