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