<<
Koha::ApiKey - Koha API Key Object class
my $api_key = Koha::ApiKey->new({ patron_id => $patron_id })->store;
Overloaded store method.
my $string = $self->_generate_unused_uuid($column);
$column can be 'client_id' or 'secret'.