Click or drag to resize

IOAuthClientGetUserData Method

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

Parameters

accessToken
Type: SystemString
The OAuth token.

Return Value

Type: OAuthUserData
An OAuthTokenValidation object
See Also