WorkOS PHP SDK

RadarStandaloneUpdateRadarAttemptRequest
in package
implements JsonSerializable uses JsonSerializableTrait

Read onlyYes

Table of Contents

Interfaces

JsonSerializable

Properties

$attemptStatus  : string|null
Set to `"success"` to mark the authentication attempt as successful.
$challengeStatus  : string|null
Set to `"success"` to mark the challenge as completed.

Methods

__construct()  : mixed
fromArray()  : self
jsonSerialize()  : array<string|int, mixed>
toArray()  : array<string|int, mixed>

Properties

Methods

__construct()

public __construct([string|null $challengeStatus = null ][, string|null $attemptStatus = null ]) : mixed
Parameters
$challengeStatus : string|null = null
$attemptStatus : string|null = null

jsonSerialize()

public jsonSerialize() : array<string|int, mixed>
Return values
array<string|int, mixed>

        
On this page

Search results