3using Microsoft.IdentityModel.Tokens;
For creating TokenResponses.
TokenValidationParameters ValidationParameters
The TokenValidationParameters for the ITokenFactory.
ReadOnlySpan< byte > SigningKeyBytes
Gets or sets the ITokenFactory's signing key bytes.
string CreateToken(Models.User user, bool oAuth)
Create a TokenResponse for a given user .