1using Microsoft.IdentityModel.Tokens;
Represents a JWT returned by the API.
For creating TokenResponses.
TokenResponse CreateToken(Models.User user, bool oAuth)
Create a TokenResponse for a given user .
TokenValidationParameters ValidationParameters
The TokenValidationParameters for the ITokenFactory.