PlatformAdminBootstrapResult
in package
FinalYes
Table of Contents
Properties
- $email : string
- $initialPassword : SensitiveString
- $platformUserId : string
- $recoveryCodes : array<string|int, mixed>
- $totpSecret : SensitiveString
- $totpSecretRef : string
Methods
- __construct() : mixed
Properties
$email read-only
public
string
$email
$initialPassword read-only
public
SensitiveString
$initialPassword
$platformUserId read-only
public
string
$platformUserId
$recoveryCodes read-only
public
array<string|int, mixed>
$recoveryCodes
$totpSecret read-only
public
SensitiveString
$totpSecret
$totpSecretRef read-only
public
string
$totpSecretRef
Methods
__construct()
public
__construct(string $platformUserId, string $email, string $totpSecretRef, SensitiveString $initialPassword, SensitiveString $totpSecret, array<int, SensitiveString> $recoveryCodes) : mixed
Parameters
- $platformUserId : string
- $email : string
- $totpSecretRef : string
- $initialPassword : SensitiveString
- $totpSecret : SensitiveString
- $recoveryCodes : array<int, SensitiveString>