RefreshToken
Less than 1 minute
RefreshToken
class RefreshTokenProperties
token
public readonly string $tokenType: string
clientId
public readonly string $clientIdType: string
userIdentity
public readonly string $userIdentityType: string
scope
public readonly array $scopeType: array
resource
public readonly string $resourceType: string
expiresAt
public readonly int $expiresAtType: int
Methods
__construct
public __construct(string $token, string $clientId, string $userIdentity, array $scope, string $resource, int $expiresAt): voidParameters
| Parameter | Type | Description |
|---|---|---|
$token | string | |
$clientId | string | |
$userIdentity | string | |
$scope | array | |
$resource | string | |
$expiresAt | int |
isExpired
public isExpired(): boolReturns: bool
Generated by Hazaar API Doc Generator on Sun, 23 Aug 2026 10:49:43 +0000