CloudUsersSecureResponse
> CloudUsersSecureResponse

Argument passed to the callback when a request finishes successfully or erroneously.

  • 0.8
  • 0.8
  • 0.8

NOTE This is an abstract type. Any object meeting this description can be used where this type is used.

Defined By

Properties

CloudUsersSecureResponse
accessToken : String

Identifies the current access token when using 3-Legged OAuth.

Identifies the current access token when using 3-Legged OAuth.

Only included if success is true.

Error code, if any returned.

Error code, if any returned.

Only included if error is true.

Indicates whether the request failed.

Indicates whether the request failed.

Returns true if request failed.

CloudUsersSecureResponse
expiresIn : Number

Indicates the number of seconds before the access token expires.

Indicates the number of seconds before the access token expires.

Only included if success is true.

Error message, if any returned.

Error message, if any returned.

Only included if error is true.

Meta data, if any returned.

Meta data, if any returned.

Only included if 'success' is 'true'.

Indicates whether the request succeeded.

Indicates whether the request succeeded.

Returns true if request succeeded.