auth0-flutter icon indicating copy to clipboard operation
auth0-flutter copied to clipboard

Add UserProfile.toMap and unit test

Open MilesAdamson opened this issue 10 months ago • 0 comments

  • [x] All new/changed/fixed functionality is covered by tests (or N/A)
  • [x] I have added documentation for all new/changed functionality (or N/A)

📋 Changes

  • Added UserProfile.toMap() method
  • Added call to the above function in Credentials.toMap() to add the result in there

📎 References

https://github.com/auth0/auth0-flutter/issues/379

🎯 Testing

Unit test added which converts to/from map and checks the result

MilesAdamson avatar Apr 09 '24 19:04 MilesAdamson