Click or drag to resize
GooglePlusProviderAuthorize Method
Authorizes client application for using user data.

Namespace: CMS.SocialMedia
Assembly: CMS.SocialMedia (in CMS.SocialMedia.dll) Version: 9.0.0
Syntax
C#
public static Dictionary<string, string> Authorize(
	string clientID,
	string clientSecret
)

Parameters

clientID
Type: SystemString
Client ID
clientSecret
Type: SystemString
Client secret

Return Value

Type: DictionaryString, String
See Also