App-PAIA

 view release on metacpan or  search on metacpan

bin/paia  view on Meta::CPAN

=over

=item B<login> (<http://gbv.github.io/paia/paia.html#login>)

Get a access token and patron identifier from credentials (username and
password). On success access token, patron identifier and base URL are stored
to a session file.

=item B<logout> (<http://gbv.github.io/paia/paia.html#logout>)

Invalidate an access token. An existing session file is deleted.

=item B<change> (<http://gbv.github.io/paia/paia.html#change>)

Change login password.

=back

=head2 PAIA core

=over

lib/App/PAIA/Command/logout.pm  view on Meta::CPAN

    $self->session->purge && $self->logger->("deleted session file");

    return;
}

1;
__END__

=head1 NAME

App::PAIA::Command::logout - invalidate an access token

=cut



( run in 0.555 second using v1.01-cache-2.11-cpan-4d50c553e7e )