initializeExternalLogin

This method initializes the application after login is completed by an external application.

This method must be called if the login is done by an external application. However, it must not be called if the login is done by the current application (i.e., by the wcc.Login component or the app.login() method, as these call the initializeExternalLogin method).

Note that calling this method has no affect if the user is already logged in.

Syntax

initializeExternalLogin();

Parameters

none

Returns

none