AuthenticationService
AuthenticationService copied to clipboard
Mismatched Method Name
O the JWTService Class line 37 it should be TokenValidationParameters tokenValidationParameters = GetValidationParameters(); and not TokenValidationParameters tokenValidationParameters = GetTokenValidationParameters();
I am wondering why. I suppose I wanted to call this method.
Is there something that I am not understanding or aware of?