<<

NAME

Koha::Schema::Result::OauthAccessToken

TABLE: oauth_access_tokens

ACCESSORS

access_token

  data_type: 'varchar'
  is_nullable: 0
  size: 191

generarated access token

client_id

  data_type: 'varchar'
  is_nullable: 0
  size: 191

the client id the access token belongs to

expires

  data_type: 'integer'
  is_nullable: 0

expiration time in seconds

PRIMARY KEY

<<