1# Access Token Changelog
2
3## cl.access_token.1 Change of requestPermissionsFromUser
4
5**Access Level**
6
7Public
8
9**Reason for Change**
10
11If **requestPermissionsFromUser()** is called multiple times to request user authorization for the same permission, the authorization dialog box will be displayed multiple times and the user needs to grant or deny the permission each time.
12
13**Change Impact**
14
15This change is a non-compatible change.
16
17Before the change:
18
19Each time **requestPermissionsFromUser()** is called, the authorization dialog box will be displayed for the user to operate.
20
21After the change:
22
23Ehen **requestPermissionsFromUser()** is called to request the same permission for multiple times, the authorization dialog box will be displayed only once.
24
25**Start API Level**
26
279
28
29**Change Since**
30
31OpenHarmony SDK 5.0.0.22
32
33**Key API/Component Changes**
34
35**requestPermissionsFromUser** in @ohos.abilityAccessCtrl.d.ts
36
37**Adaptation Guide**
38
39See [requestPermissionsFromUser](../../../application-dev/reference/apis-ability-kit/js-apis-abilityAccessCtrl.md#requestpermissionsfromuser9).
40