IGoogleAuthenticationProvider Interface

Provides interface for Google authentication provider.

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

Syntax

'Declaration
Public Interface IGoogleAuthenticationProvider
'Usage
Dim instance As IGoogleAuthenticationProvider
public interface IGoogleAuthenticationProvider
public interface class IGoogleAuthenticationProvider
type IGoogleAuthenticationProvider =  interface end
public interface IGoogleAuthenticationProvider

The IGoogleAuthenticationProvider type exposes the following members.

Methods

  Name Description
Public method Authenticated Indicates the specified authenticated context.
Public method ReturnEndpoint Indicates the specified return endpoint context.

Top

See Also

Reference

Microsoft.Owin.Security.Google Namespace