WorkOS PHP SDK

OrganizationAuthorizedConnectApplicationListData
in package
implements JsonSerializable uses JsonSerializableTrait

Read onlyYes

Table of Contents

Interfaces

JsonSerializable

Properties

$application  : ConnectApplication
$grantedScopes  : array<string|int, string>
The scopes granted by the user to the application.
$id  : string
The unique ID of the authorized connect application.
$oauthResource  : string|null
The OAuth resource associated with the authorized connect application, if one was requested.
$object  : string
Distinguishes the authorized connect application object.
$userId  : string
The ID of the user who authorized the application.

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