Skip to content

Commit 523e69a

Browse files
authored
chore(dart): update readme (#37)
1 parent d833f4b commit 523e69a

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,10 @@ iOS, Android
1717
- User sign-out
1818
- Retrieve idToken claims
1919
- 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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,3 +171,4 @@ void signOut() async {
171171
| getAccessToken | ({String? resource}) -> Future<AccessToken> | Request for an api resource specific access token for authorization |
172172
| signIn | (String? redirectUri) -> Future<void> | Init user sign-in flow |
173173
| signOut | () -> Future<void> | Sign-out |
174+
| getUserInfo | () => Future<UserInfo> | Get user info |

0 commit comments

Comments
 (0)