<<

NAME

Koha::ApiKey - Koha API Key Object class

API

Class methods

store

    my $api_key = Koha::ApiKey->new({ patron_id => $patron_id })->store;

Overloaded store method.

Internal methods

_type

_generate_unused_uuid

    my $string = $self->_generate_unused_uuid($column);

$column can be 'client_id' or 'secret'.

<<