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 OAuthUserData GetUserData(
string accessToken
)
Parameters
- accessToken
- Type: SystemString
The OAuth token.
Return Value
Type:
OAuthUserDataAn OAuthTokenValidation object
See Also