ChangePasswordOptions
in package
Table of Contents
- $timeoutMilliseconds : int|null
- __construct() : mixed
- build() : ChangePasswordOptions
- Static helper to keep code more readable
- timeout() : ChangePasswordOptions
- Sets the operation timeout in milliseconds.
Properties
$timeoutMilliseconds
private
int|null
$timeoutMilliseconds
= null
Methods
__construct()
public
__construct() : mixed
Return values
mixed —build()
Static helper to keep code more readable
public
static build() : ChangePasswordOptions
Tags
Return values
ChangePasswordOptions —timeout()
Sets the operation timeout in milliseconds.
public
timeout(int $milliseconds) : ChangePasswordOptions
Parameters
- $milliseconds : int
-
the operation timeout to apply