Click or drag to resize
InMemoryTokenManagerGetConsumerSecret Method
Returns consumer secret.

Namespace: CMS.ExternalAuthentication
Assembly: CMS.ExternalAuthentication (in CMS.ExternalAuthentication.dll) Version: 11.0.0
Syntax
C#
public string GetConsumerSecret(
	string consumerKey
)

Parameters

consumerKey
Type: SystemString
Api key

Return Value

Type: String
See Also