We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d833f4b commit 523e69aCopy full SHA for 523e69a
CHANGELOG.md
@@ -17,3 +17,10 @@ iOS, Android
17
- User sign-out
18
- Retrieve idToken claims
19
- Retrieve access token
20
+
21
+## 1.0.0
22
23
+### logto_client
24
25
+- Support RBAC
26
+- Add `LogtoClient.getUserInfo` to get authenticated user info
README.md
@@ -171,3 +171,4 @@ void signOut() async {
171
| getAccessToken | ({String? resource}) -> Future<AccessToken> | Request for an api resource specific access token for authorization |
172
| signIn | (String? redirectUri) -> Future<void> | Init user sign-in flow |
173
| signOut | () -> Future<void> | Sign-out |
174
+| getUserInfo | () => Future<UserInfo> | Get user info |
0 commit comments