### 💭 Description The example on Apple SDK : ```swift 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](https://github.com/appwrite/sdk-for-apple/blob/4478da26033097be8ee13db501bf022d19d60b5a/Sources/Appwrite/Services/Account.swift#L1001C5-L1006C21). ### 👀 Have you spent some time to check if this issue has been raised before? - [X] I checked and didn't find similar issue ### 🏢 Have you read the Code of Conduct? - [X] I have read the [Code of Conduct](https://github.com/appwrite/.github/blob/main/CODE_OF_CONDUCT.md)
💭 Description
The example on Apple SDK :
However the method signature for
1.3x&1.4xis same and hence notasync.See: Account#createOAuth2Session.
👀 Have you spent some time to check if this issue has been raised before?
🏢 Have you read the Code of Conduct?