You are here

public property OAuth2ServerToken::$created in OAuth2 Server 7

The Unix timestamp when the token was created.

Type: integer

File

includes/oauth2_server.token.inc, line 55

Class

OAuth2ServerToken
Entity class representing the oauth2_token entity type.

Code

public $created;