-
Notifications
You must be signed in to change notification settings - Fork 24
MobileCRM.Application.getAccessToken
Maros316 edited this page Aug 12, 2020
·
2 revisions
| Argument | Type | Description |
|---|---|---|
| resourceUrl | String | The resource. |
| successCallback | function(textAccessToken) | A callback function what is called asynchronously with serialized access token as argument. |
| failureCallback | function(error) | A callback function for command failure. The error argument will carry the error message. |
| scope | A scope for calling the callbacks; set "null" to call the callbacks in global scope. |