SDK calls back the authenticateIntoTheSdk to request a new authentication token.
Customer application makes a network request to the Customer API to initiate the creation
of an access token for the PayMitto SDK.
Customer API makes a network request to the PayMitto API to create an access token for
the PayMitto SDK.
PayMitto API returns the access token details or an error.
Customer API returns the access token details or an error.
Customer application returns the access token details and makes authenticateIntoTheSdk callback return and AuthenticationResult object (Success or Error).
Expected objects to be sent by the app in the callback response to the sdk