
An enum to define available authentication types.
You can access the enum by using the window.launchbox.Authentication.Type
reference.
Properties of the Type object are listed below:
| Name | Description |
|---|---|
| CREDENTIALS_LOCK |
Used to set authentication based on a username and password. |
| FINGERPRINT_AUTHENTICATOR | Used to authenticate based on a fingerprint readout. |
| PEGA_AUTHENTICATOR | Used to authenticate the user against the Pega Platform instance. |