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 | |
---|---|---|
GoogleAuthenticatedContext(IOwinContext, ClaimsIdentity, AuthenticationProperties, XElement, IDictionary<String, String>) | Initializes a GoogleAuthenticatedContext |
Properties
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 |
Methods
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.) |
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