pas

Playtech.API. pas

Methods

# (static) forgotPassword(options) → {Promise}

Low leven method to access forgot password functionality of Playtech Authentication Service (PAS) API.
Parameters:
Name Type Description
options Object
Properties
Name Type Attributes Description
userName string <optional>
email string <optional>
birthDate string <optional>
verificationAnswer string <optional>
passwordRecoveryDestinationLink string
notificationChannels string <optional>
Returns:
Type
Promise
Example
Playtech.API.pas.forgotPassword({
 userName: 'test',
 email: 'test@playtech.com',
 birthDate: '2012-12-12',
 verificationAnswer: 'test',
 passwordRecoveryDestinationLink: 'https://www.playtech.com',
 notificationChannels: 'SMS,email'
});