-
Notifications
You must be signed in to change notification settings - Fork 90
/
Copy pathusers.txt
30 lines (25 loc) · 1.1 KB
/
users.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
.. meta::
:robots: noindex, nosnippet
=============================
Manage Users - Kotlin SDK
=============================
.. toctree::
:titlesonly:
Create & Authenticate Users </sdk/kotlin/users/authenticate-users>
Manage Email/Password Users </sdk/kotlin/users/manage-email-password-users>
Link User Identities </sdk/kotlin/users/link-credentials>
Create & Manage User API Keys </sdk/kotlin/users/manage-user-api-keys>
Manage Multi-User Apps </sdk/kotlin/users/multi-user-applications>
Delete Users </sdk/kotlin/users/delete-users>
Manage Custom User Data </sdk/kotlin/users/custom-user-data>
Manage User Metadata </sdk/kotlin/users/user-metadata>
The following pages contain information about implementing Atlas App Services
authentication and user management with the Realm Kotlin SDK:
- :ref:`<kotlin-authenticate>`
- :ref:`<kotlin-manage-email-password-users>`
- :ref:`<kotlin-link-user-identities>`
- :ref:`<kotlin-manage-user-api-keys>`
- :ref:`<kotlin-multi-user-applications>`
- :ref:`<kotlin-delete-users>`
- :ref:`<kotlin-custom-user-data>`
- :ref:`<kotlin-read-user-metadata>`