stytchauth / stytch-ios

MIT License
31 stars 5 forks source link

[SDK-1910] Add StytchLocale #288

Closed nidal-stytch closed 3 weeks ago

nidal-stytch commented 4 weeks ago

SDK-1910 - iOS: Uptake new Locale param in all B2C SDK endpoints

Changes:

  1. Create StytchLocale enum, which in reality is just a language setting as specified by the API. Updated tests and sample apps to conform to this change.
  2. Remove as many CodingKeys as I could that were only there to change the name of "emailAddress" to "email", renamed all the properties to "emailAddress".
  3. Removed public modifiers on parameters that I missed in a previous PR.

Checklist: