Documentation

GetUserOptions
in package

Table of Contents

$domainName  : string|null
$timeoutMilliseconds  : int|null
__construct()  : mixed
build()  : GetUserOptions
Static helper to keep code more readable
domainName()  : GetUserOptions
Sets the auth domain.
timeout()  : GetUserOptions
Sets the operation timeout in milliseconds.

Properties

$timeoutMilliseconds

private int|null $timeoutMilliseconds = null

Methods

__construct()

public __construct() : mixed
Tags
since
4.0.0
Return values
mixed

timeout()

Sets the operation timeout in milliseconds.

public timeout(int $milliseconds) : GetUserOptions
Parameters
$milliseconds : int

the operation timeout to apply

Tags
since
4.0.0
Return values
GetUserOptions

        

Search results