Uploaded image for project: 'Realm Kotlin'
  1. Realm Kotlin
  2. RKOTLIN-474

Add User remaining methods

    • Type: Icon: Improvement Improvement
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: Sync
    • None

      [x] getIdentities()
      [ ] getProviderType()
      [ ] getAccessToken()
      [ ] getRefreshToken()
      [ ] getDeviceId()
      [x] linkCredentials(credentials)


      In Kotlin, this is exposed as properties, so:

      ```
      interface User

      { val providerType: AuthenticationProvider val refreshToken: String val accessToken: String val deviceId: String }

      ```

            Assignee:
            jacob.gunnarsson@mongodb.com Jacob Gunnarsson (Inactive)
            Reporter:
            brian.munkholm@mongodb.com Brian Munkholm (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: