Token
class Token extends OperatorResource implements Token
Represents an Identity v2 Token.
Traits
Properties
| $issuedAt | DateTimeImmutable | |
| $id | string | |
| $expires | DateTimeImmutable | |
| $tenant | Tenant |
Methods
populateFromResponse
(ResponseInterface $response)
: AbstractResource
All models which represent an API resource should be able to be populated from a {see ResponseInterface} object.
getId
()
No description
hasExpired
()
: bool
Indicates whether the token has expired or not.
