Lines Matching refs:access
6 AccessTokenManager (ATM) implements unified app permission management based on access tokens on Ope…
8 …access token information of an app includes the app identifier (**APPID**), user ID, app twin inde…
12 - Obtaining access token information (for example, APL) based on the token ID.
25 │ └── tokensync # Code of the access token synchronization framework.
28 │ │ ├── accesstoken # Code of the internal access token interfaces.
33 │ │ └── tokensync # Code of the internal access token synchronization interfaces.
35 │ │ ├── accesstoken # Code of the external access token interfaces.
41 └── tokensyncmanager # Code of the access token synchronization service.
54 | int GetTokenType(AccessTokenID tokenID); | Obtains the type of an access token.|
56 | int GetTokenType(FullTokenID tokenID); | Obtains the type of an access token.|
63 …TokenID tokenID, const std::string& permissionName); | Checks whether an access token has the spec…
74 ATM provides unified access control for apps and allows apps or service abilities to obtain and ver…
83 - When an app is uninstalled, **DeleteToken** is called to delete the related access token informa…