Authentication


Purpose

Enables you to implement mechanisms to block access to an app and to log the user into the Pega Platform.

You can obtain an instance of the object by using the window.launchbox.Authentication reference.

Module

This object belongs to the Authentication product module.

Properties

Name Description Type
Type The Type enum that defines available authentication types. object

Constants

The table below lists all constants of the Authentication object that are used as failure codes.

Name Description
window.launchbox.Authentication.InvalidCredentialsError Denotes that the credentials provided by the user are invalid.
window.launchbox.Authentication.EntryAlreadyExistsErrorDenotes that an entry already exists for the provided credentials.
window.launchbox.Authentication.EntryDoesNotExistErrorDenotes that an entry does not exist for the provided credentials.
window.launchbox.Authentication.InternalErrorDenotes that an internal error has occurred.
window.launchbox.Authentication.InvalidInputDataErrorDenotes that the data provided is invalid.
window.launchbox.Authentication.NetworkErrorDenotes that a network error has occurred.
window.launchbox.Authentication.UnexpectedServerResponseErrorDenotes that the server has returned an unexpected response.
window.launchbox.Authentication.WrongClientVersionErrorDenotes that Pega Mobile Client is in a version that is not supported by the Pega Platform.
window.launchbox.Authentication.AccountLockedErrorDenotes that the user account associated with the credentials has been locked.
window.launchbox.Authentication.FingerprintUnavailableErrorDenotes that the fingerprint recognition hardware is not present in the device.
window.launchbox.Authentication.FingerprintFailedErrorDenotes that the fingerprint recognition process has failed.
window.launchbox.Authentication.FingerprintCancelledErrorDenotes that the fingerprint recognition processhas been cancelled.

Methods

Name Description
authenticator

Creates an authenticator object of a requested type.

Related topics

Public API reference
Legal notice | Copyright © 2018 and Confidential to Pegasystems Inc. All rights reserved
PDN | Feedback
Advanced...