GoogleAuthenticatedContext Class

Represents a Google authenticated context.

Inheritance Hierarchy

System.Object
  Microsoft.Owin.Security.Provider.BaseContext
    Microsoft.Owin.Security.Google.GoogleAuthenticatedContext

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

Syntax

'Declaration
Public Class GoogleAuthenticatedContext _
    Inherits BaseContext
'Usage
Dim instance As GoogleAuthenticatedContext
public class GoogleAuthenticatedContext : BaseContext
public ref class GoogleAuthenticatedContext : public BaseContext
type GoogleAuthenticatedContext =  
    class 
        inherit BaseContext 
    end
public class GoogleAuthenticatedContext extends BaseContext

The GoogleAuthenticatedContext type exposes the following members.

Constructors

  Name Description
Public method GoogleAuthenticatedContext Initializes a GoogleAuthenticatedContext

Top

Properties

  Name Description
Public property AttributeExchangeProperties Gets or sets the properties for the attribute exchange context.
Public property Identity Gets or sets the claims identity associated with the context.
Public property OwinContext (Inherited from BaseContext.)
Public property Properties Gets or sets a property bag for common authentication properties
Public property Request (Inherited from BaseContext.)
Public property Response (Inherited from BaseContext.)
Public property ResponseMessage Gets or sets the response message of the authentication.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

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

Reference

Microsoft.Owin.Security.Google Namespace