Click or drag to resize

LoginGetOAuthClient Method

OAuth client factory. Actually implements Google OAuth only.

Namespace:  Packflow.Interface.Account
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
protected virtual IOAuthClient GetOAuthClient()

Return Value

Type: IOAuthClient
A new GoogleOAuthClient instance
See Also