GoogleAuthenticationProvider Class

Represents a Google authentication provider.

Inheritance Hierarchy

System.Object
  Microsoft.Owin.Security.Google.GoogleAuthenticationProvider

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

Syntax

'Declaration
Public Class GoogleAuthenticationProvider _
    Implements IGoogleAuthenticationProvider
'Usage
Dim instance As GoogleAuthenticationProvider
public class GoogleAuthenticationProvider : IGoogleAuthenticationProvider
public ref class GoogleAuthenticationProvider : IGoogleAuthenticationProvider
type GoogleAuthenticationProvider =  
    class 
        interface IGoogleAuthenticationProvider 
    end
public class GoogleAuthenticationProvider implements IGoogleAuthenticationProvider

The GoogleAuthenticationProvider type exposes the following members.

Constructors

  Name Description
Public method GoogleAuthenticationProvider Initializes a new instance of the GoogleAuthenticationProvider class.

Top

Properties

  Name Description
Public property OnAuthenticated Gets or sets the function that calls the Authenticated event.
Public property OnReturnEndpoint Gets or sets the function that calls the ReturnEndpoint event.

Top

Methods

  Name Description
Public method Authenticated Indicates the specified authenticated context.
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 ReturnEndpoint Indicates the specified return endpoint context.
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