Skip to content

v1.3.0

Choose a tag to compare

@lupidan lupidan released this 18 Jul 19:31
· 109 commits to master since this release
8656e71

Added

  • Adds support to set the State when making a Login or a Quick Login request to sign in with Apple.
  • Improves deserialization for the data.

Changed

  • Makes the parsed classes internal to force the usage of the interfaces.
  • Minor changes for lower C# compatibility
  • GetAuthorizationErrorCode no longer returns a nullable reference type. If the error can't be obtained, it returns Unknown instead.