WorkOS PHP SDK

DataIntegrationCredentialsResponse
in package
implements JsonSerializable uses JsonSerializableTrait

Read onlyYes

Table of Contents

Interfaces

JsonSerializable

Properties

$active  : bool|null
Indicates credentials are available.
$credential  : DataIntegrationCredentialsResponseCredential|null
The credential object containing the vended secret.
$error  : DataIntegrationAccessTokenResponseError|null
The reason credentials are unavailable. Additional values may be added in the future; handle unknown values gracefully.

Methods

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

Properties

Methods

jsonSerialize()

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

Search results