> The initial APIs of this module are supported since API version 7. Newly added APIs will be marked with a superscript to indicate their earliest API version.
> The initial APIs of this module are supported since API version 7. Newly added APIs will be marked with a superscript to indicate their earliest API version.
...
@@ -19,7 +19,7 @@ Creates an **AppAccountManager** instance.
...
@@ -19,7 +19,7 @@ Creates an **AppAccountManager** instance.
Adds an app account and its additional information to the account management service. This method uses an asynchronous callback to return the result.
Adds an app account and its additional information to the **AppAccountManager** service. This method uses an asynchronous callback to return the result.
@@ -99,7 +99,7 @@ Adds an app account and its additional information to the account management ser
...
@@ -99,7 +99,7 @@ Adds an app account and its additional information to the account management ser
| name | string | Yes | Name of the app account to add. |
| name | string | Yes | Name of the app account to add. |
| extraInfo | string | Yes | Additional information of the app account to add. The additional information cannot contain sensitive information about the app account.|
| extraInfo | string | Yes | Additional information of the app account to add. The additional information cannot contain sensitive information about the app account.|
**Return Value**
**Return value**
| Type | Description |
| Type | Description |
| ------------------- | --------------------- |
| ------------------- | --------------------- |
...
@@ -151,7 +151,7 @@ Implicitly adds an app account based on the specified account owner, authenticat
...
@@ -151,7 +151,7 @@ Implicitly adds an app account based on the specified account owner, authenticat
| name | string | Yes | Name of the target app account. |
| bundleName | string | Yes | Bundle name of an app. |
| bundleName | string | Yes | Bundle name of the app. |
| callback | AsyncCallback<void> | Yes | Callback invoked when the app account is disabled from accessing the application with the given bundle name.|
| callback | AsyncCallback<void> | Yes | Callback invoked when the app account is disabled from accessing the application with the given bundle name.|
**Example**
**Example**
...
@@ -249,10 +249,10 @@ Disables an app account from accessing an application with the given bundle name
...
@@ -249,10 +249,10 @@ Disables an app account from accessing an application with the given bundle name
Obtains the OAuth access token of an app account based on the specified authentication type. This method uses an asynchronous callback to return the result.
Obtains the OAuth token of an app account based on the specified authentication type. This method uses an asynchronous callback to return the result.
Obtains information about all OAuth access tokens of an app account visible to the specified app. This method uses an asynchronous callback to return the result.
Obtains all OAuth tokens visible to the caller for an app account. This API uses an asynchronous callback to return the result.