sdk-for-dotnet
sdk-for-dotnet copied to clipboard
Fix 30 add null value handling in user model
What does this PR do?
Fix User
Model to handle null
values for password
, hash
and hashOptions
.
Test Plan
When using a JWT to authenticate and use Account.Get()
there should no longer be an error.
Related PRs and Issues
- #30
Credit
Credit goes to @joaquingrech.