UserTokenManager.IsTokenValid
Check to see if a token is valid
public bool IsTokenValid(string tokenId, bool renewLease)
Parameters
tokenId
A string token id. Can also contain "Bearer xxxx" which strips the preamble
renewLease
If true updates the Updated property and moves the expiration window out
