oauth_access_tokens

0 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
access_token VARCHAR 191 null

generarated access token

client_id VARCHAR 191 null
api_keys.client_id Implied ConstraintR

the client id the access token belongs to

expires INT 10 null

expiration time in seconds

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc access_token

Relationships