Gets an user details.
Namespace: Nemiro.OAuth.ClientsAssembly: Nemiro.OAuth (in Nemiro.OAuth.dll) Version: 1.9.4.725 (1.9.4.725)
Syntax
Parameters
- accessToken (Optional)
- Type: Nemiro.OAuth AccessToken
May contain an access token, which will have to be used in obtaining information about the user.
Return Value
Type: UserInfoReturns an instance of the UserInfo class, containing information about the user.
See Also