Click or drag to resize

GoogleOAuthClientGetUserData Method

Gets the google user data from OAuth token.

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 OAuthUserData GetUserData(
	string accessToken
)

Parameters

accessToken
Type: SystemString
The OAuth token.

Return Value

Type: OAuthUserData

Implements

IOAuthClientGetUserData(String)
See Also