Bitwise flag that indicates which methods we have tried. 1: accessToken failed. 2: refreshToken failed
Invokes a asynchronous request but with a valid access token. If access token exists, it's used. If access token gives 401 error, then a new is requested and the call is tried again
options to pass to the ajax call
callback for resolving a successful call
callback for resolving an erroneous call
Invokes a synchronous request but with a valid access token. If access token exists, it's used. If access token gives 401 error, then a new is requested and the call is tried again
options to pass to the ajax call
callback for resolving a successful call
callback for resolving an erroneous call
call options for the post method
callback for resolving a successful call
callback for resolving an erroneous call
Generated using TypeDoc
true if method is called asynchronously.