-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Credentials.usernamePassword with multiple options #3698
Comments
Option 1I think using the third parameter will allow to define different policies (I rule out the we can have the default method
Option 2The other option is to simply & distinguish between
|
Primary purpose of this PR is making the API comparable with the Swift API. Tasks:
|
It looks to me as if the biggest difference is that Java doesn't support CloudKit authentication. After that there are some minor discrepancies:
Please advise. |
#3698 (comment) is out-dated at this point, so the solution sketched there is not relevant anymore.
|
Ok. Sounds good. I will, exactly:
|
Upon examination, the existence of a |
Pr. internal discussion on API alignment on Sync API's, we need to supply a
createAccountIfNeeded
orcreateUser|useExistingAccount
option.Thoughts @realm/java ?
The text was updated successfully, but these errors were encountered: