GenericResult

Represents a generic result type for a Connector API function.

Constructor

new GenericResult(param)

Parameters

Field Details
param
Type
object
Description
Parameters associated with the logout result.
param.success
Type
boolean
Description
Indicates whether the function succeeded.
param.loginFrameHeight
Type
number
Description
Optional. Custom login page iframe height.

Example

new GenericResult({
  success: true
})