GenericResult

Represents a generic result type for a Connector API function.

Constructor 

new GenericResult(param)

Functions Where Used 

Parameters 

FieldTypeDescription
paramobjectParameters associated with the logout result.
param.successbooleanIndicates whether the function succeeded.
param.loginFrameHeightnumberOptional. Custom login page iframe height.

Example 

1new GenericResult({
2  success: true,
3});

Newer Version Available

This content describes an older version of this product. View Latest

DID THIS ARTICLE SOLVE YOUR ISSUE?
Let us know so we can improve!