Click or drag to resize
WindowsLiveLoginAuthenticateClientToken Method
Authenticate live ID user by authorization token

Namespace: CMS.MembershipProvider
Assembly: CMS.MembershipProvider (in CMS.MembershipProvider.dll) Version: 9.0.0
Syntax
C#
public WindowsLiveLoginUser AuthenticateClientToken(
	string token,
	string context,
	string accessToken
)

Parameters

token
Type: SystemString
Authorization token
context
Type: SystemString
Return URL
accessToken
Type: SystemString
Access token - unique token for user, used in server authorization scenario. Store for possible future use

Return Value

Type: WindowsLiveLoginUser
See Also