💭 Description
The example on Apple SDK :
let success = try await account.createOAuth2Session(provider: "amazon")
However the method signature for 1.3x & 1.4x is same and hence not async.
See: Account#createOAuth2Session.
👀 Have you spent some time to check if this issue has been raised before?
🏢 Have you read the Code of Conduct?