Koha::Schema::Result::ApiKey
api_keys
data_type: 'varchar' is_nullable: 0 size: 191
API client ID
data_type: 'varchar' is_nullable: 0 size: 191
API client secret used for API authentication
data_type: 'varchar' is_nullable: 0 size: 255
API client description
data_type: 'integer' is_foreign_key: 1 is_nullable: 0
Foreign key to the borrowers table
data_type: 'tinyint' default_value: 1 is_nullable: 0
0 means this API key is revoked
secret
Type: belongs_to
Related object: Koha::Schema::Result::Borrower