Facilitates authenticating to Pega 7.
The object can be accessed using the launchbox.PRPC.Authentication
reference.
One of the following constants is passed in the error
parameter for
the onFailure callback method to define the type
of error that has occurred.
Name | Description |
---|---|
INTERNAL_ERROR | Denotes that an internal error has occurred. |
ILLEGAL_ARGUMENT_ERROR | Denotes that an illegal argument has been passed. |
AUTHENTICATION_ERROR | Denotes that the authentication process has failed. |
SERVER_NOT_ACCESSIBLE_ERROR | Denotes that authentication has failed due to no access to the server. |
NETWORK_CONNECTION_ERROR | Denotes that authentication has failed due to a failure of the network connection. |
Name | Return type | Description |
---|---|---|
authenticate | undefined |
Performs authentication process to Pega 7. |