Skip to main content

OAuthAccessTokenResponse


OAuthAccessTokenResponse

Properties

access_token

public string $access_token

algorithm

public string $algorithm

realm

public string $realm

secret

public string $secret

token_type

public string $token_type

journal

public int|null $journal

location

public int|null $location

scope

public string|null $scope

Methods

__construct

public __construct(string $access_token, string $algorithm, string $realm, string $secret, string $token_type, int|null $journal = null, int|null $location = null, string|null $scope = null): mixed

Parameters:

ParameterTypeDescription
$access_tokenstring
$algorithmstring
$realmstring
$secretstring
$token_typestring
$journalint|null
$locationint|null
$scopestring|null

Inherited methods

getExtended

public getExtended(string $name): string|null|\Onslip360\Nil

Parameters:

ParameterTypeDescription
$namestring

setExtended

public setExtended(string $name, string|null|\Onslip360\Nil $value): static

Parameters:

ParameterTypeDescription
$namestring
$valuestring|null|\Onslip360\Nil

fromJson

public static fromJson(string|array|\JsonSerializable|\stdClass $json): static
  • This method is static.

Parameters:

ParameterTypeDescription
$jsonstring|array|\JsonSerializable|\stdClass

fromJsonArray

public static fromJsonArray(string[]|array[]|\JsonSerializable[]|\stdClass[] $json): static[]
  • This method is static.

Parameters:

ParameterTypeDescription
$jsonstring[]|array[]|\JsonSerializable[]|\stdClass[]

jsonSerialize

public jsonSerialize(): array|object


Automatically generated on 2024-11-05