AXIAM PHP SDK

PasswordResetRequest
in package

Read onlyYes
FinalYes

Arguments to `AxiamClient::requestPasswordReset()` (CONTRACT.md ยง25.1).

The workspace fields are all optional: unset, they are filled from the client's own configured identity, which is what almost every caller wants.

Table of Contents

Properties

$email  : string
$orgSlug  : string|null
$tenantId  : string|null
$tenantSlug  : string|null

Methods

__construct()  : mixed

Properties

Methods

__construct()

public __construct(string $email[, string|null $orgSlug = null ][, string|null $tenantId = null ][, string|null $tenantSlug = null ]) : mixed
Parameters
$email : string

The address to send the reset mail to.

$orgSlug : string|null = null

An organization override.

$tenantId : string|null = null

A tenant override, in UUID form.

$tenantSlug : string|null = null

A tenant override, in slug form.

On this page

Search results