Click or drag to resize
InMemoryTokenManager Class
InMemoryTokenManager class.
Inheritance Hierarchy
SystemObject
  CMS.ExternalAuthenticationInMemoryTokenManager

Namespace: CMS.ExternalAuthentication
Assembly: CMS.ExternalAuthentication (in CMS.ExternalAuthentication.dll) Version: 11.0.0
Syntax
C#
[SerializableAttribute]
public class InMemoryTokenManager : IConsumerTokenManager, 
	ITokenManager

The InMemoryTokenManager type exposes the following members.

Constructors
  NameDescription
Public methodInMemoryTokenManager
Top
Properties
  NameDescription
Public propertyConsumerKey
LinkedIn Api key.
Public propertyConsumerSecret
LinkedIn application secret.
Top
Methods
  NameDescription
Public methodExpireRequestTokenAndStoreNewAccessToken
Expires request token and stores new access token.
Public methodGetConsumerSecret
Returns consumer secret.
Public methodGetTokenSecret
Returns token secret.
Public methodGetTokenType
Classifies a token as a request token or an access token. Returns Request or Access token, or invalid if the token is not recognized.
Public methodStoreNewRequestToken
Stores new request token.
Top
See Also