SocialNetwork RenewLongTermTokens Method NFX Class Library

[This is preliminary documentation and is subject to change.]

Refreshes long term tokens (if provider needs them). Should be used in scenario like background server-side token renew routine

Namespace: NFX.Web.Social
Assembly: NFX.Web (in NFX.Web.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public void RenewLongTermTokens(
	SocialUserInfo userInfo
)

Implements

ISocialNetwork RenewLongTermTokens(SocialUserInfo)
See Also