Koha::Auth::Client::OAuth - Koha OAuth Client
my $mapping = $object->_get_data_and_patron(
{ provider => $provider,
data => $data,
config => $config
}
);
Maps OAuth raw data to a patron schema, and returns a patron if it can.
my $patron = $client->_find_patron_by_matchpoint( $matchpoint, $value );
Internal method to find a patron by the given matchpoint and value. Returns the patron object if found, undef otherwise.