UserTokenManager.GetToken
Retrieves the full token based on the id
public UserToken GetToken(string tokenId, bool checkForExpiration, bool renewLease)
Parameters
tokenId
checkForExpiration
if true doesn't retrieve token if it's expired
renewLease
If true updates the updated property so expiration window moves out
