UserTokenManager.GetTokenByTokenIdentifier
Returns a token based on a Token Identifier. This is useful in non-Web auth scenarios where you can check for the token being validated based on a token identifier.
Expired tokens are not returned and automatically deleted.
By default the token identifier is removed after reading it and you can prevent by passing the `
public UserToken GetTokenByTokenIdentifier(string tokenIdentifier, bool dontRemoveTokenIdentifier)
Parameters
tokenIdentifier
dontRemoveTokenIdentifier
If true doesn't remove the token identifier after reading it
