ApiUsersIdRenewCredentialResponse extends Model
Table of Contents
- $accessToken : string|null
- The new API user's acces token (password)
- from() : static
- Initializing a model from an array
- getAccessToken() : string
- Getter for accessToken
- jsonSerialize() : array<string|int, mixed>
Properties
$accessToken
The new API user's acces token (password)
protected
string|null
$accessToken
= null
Methods
from()
Initializing a model from an array
public
static from(array<string|int, mixed> $params) : static
Parameters
- $params : array<string|int, mixed>
-
Pass this parameter if you want to initial property value from an array. See API reference for all property names and types
Tags
Return values
static —getAccessToken()
Getter for accessToken
public
getAccessToken() : string
Return values
string —The new API user's acces token (password)
jsonSerialize()
public
jsonSerialize() : array<string|int, mixed>