Retrieves customer authentication options.
Authentication options retrieved.
Unauthorized access. Invalid credentials used.
Access forbidden.
$authenticationOptions = $client->authenticationOptions()->load();
{- "passwordPattern": "string",
- "credentialTtl": 0,
- "authTokenTtl": 0,
- "resetTokenTtl": 0,
- "otpRequired": true
}