Example #1
0
 private void RefreshKey(JwtSettings sets)
 {
     _signingSecurityKey = new SigningCredentials(sets.GetSecurityKey(), SecurityAlgorithms.HmacSha256);
 }