Skip to content

MobileCRM.Application.getAccessToken

Maros316 edited this page Aug 12, 2020 · 2 revisions

Arguments

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.

Clone this wiki locally