You are here

public function AccessTokenInterface::getCreatedTime in Access unpublished 8

Gets the Access token creation timestamp.

Return value

int Creation timestamp of the Access token.

1 method overrides AccessTokenInterface::getCreatedTime()
AccessToken::getCreatedTime in src/Entity/AccessToken.php
Gets the Access token creation timestamp.

File

src/AccessTokenInterface.php, line 22

Class

AccessTokenInterface
Provides an interface for defining Access token entities.

Namespace

Drupal\access_unpublished

Code

public function getCreatedTime();