AuthenticationService icon indicating copy to clipboard operation
AuthenticationService copied to clipboard

Mismatched Method Name

Open AsiwajuKingsize opened this issue 6 years ago • 1 comments

O the JWTService Class line 37 it should be TokenValidationParameters tokenValidationParameters = GetValidationParameters(); and not TokenValidationParameters tokenValidationParameters = GetTokenValidationParameters();

AsiwajuKingsize avatar Nov 04 '19 17:11 AsiwajuKingsize

I am wondering why. I suppose I wanted to call this method. image

Is there something that I am not understanding or aware of?

MosheWorld avatar Jul 28 '23 22:07 MosheWorld