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
$application
public
ConnectApplication
$application
$grantedScopes
The scopes granted by the user to the application.
public
array<string|int, string>
$grantedScopes
$id
The unique ID of the authorized connect application.
public
string
$id
$oauthResource
The OAuth resource associated with the authorized connect application, if one was requested.
public
string|null
$oauthResource
= null
$object
Distinguishes the authorized connect application object.
public
string
$object
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
fromArray()
public
static fromArray(array<string|int, mixed> $data) : self
Parameters
- $data : array<string|int, mixed>
Return values
selfjsonSerialize()
public
jsonSerialize() : array<string|int, mixed>
Return values
array<string|int, mixed>toArray()
public
toArray() : array<string|int, mixed>