AuthorizationCode
Less than 1 minute
AuthorizationCode
class AuthorizationCodeProperties
code
public readonly string $codeType: string
clientId
public readonly string $clientIdType: string
redirectUri
public readonly string $redirectUriType: string
codeChallenge
public readonly string $codeChallengeType: string
codeChallengeMethod
public readonly string $codeChallengeMethodType: 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 $code, string $clientId, string $redirectUri, string $codeChallenge, string $codeChallengeMethod, string $userIdentity, array $scope, string $resource, int $expiresAt): voidParameters
| Parameter | Type | Description |
|---|---|---|
$code | string | |
$clientId | string | |
$redirectUri | string | |
$codeChallenge | string | |
$codeChallengeMethod | 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