-
Notifications
You must be signed in to change notification settings - Fork 462
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor null checks with 'is not null' in JwtBuilder
To better follow the naming convention and improve code readability, the null checks in JwtBuilder.cs have been updated from 'is object' to 'is not null'. The updated null checks include the variables '_algorithm', '_algFactory', '_validator', '_jsonSerializerFactory', '_urlEncoder', and '_jwt.Payload'.
- Loading branch information
1 parent
808fe08
commit 4d41a9d
Showing
1 changed file
with
11 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters