Click or drag to resize

GoogleOAuthClient Constructor (String, String)

Creates and initializes and OAuth client using given settings.

Namespace:  Packflow.Interface.Account
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
public GoogleOAuthClient(
	string googleClientId,
	string googleClientSecret
)

Parameters

googleClientId
Type: SystemString
The client id Google delivered when creating the OAuth service
googleClientSecret
Type: SystemString
The client secret Google delivered when creating the OAuth service
See Also