WorkOS PHP SDK

AuthorizedConnectApplicationListData
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.

Methods

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

Properties

Methods

__construct()

public __construct(string $object, string $id, array<string|int, mixed> $grantedScopes, ConnectApplication $application[, string|null $oauthResource = null ]) : mixed
Parameters
$object : string
$id : string
$grantedScopes : array<string|int, mixed>
$application : ConnectApplication
$oauthResource : string|null = null

jsonSerialize()

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

        
On this page

Search results