Why not adopt me?
This distribution is up for adoption!
If you're interested then please contact the PAUSE module admins via
email.
NAME
Global::Context::AuthToken - an authentication token
VERSION
version 0.003
OVERVIEW
Global::Context::AuthToken is a role.
AuthToken objects represent the means by which a request was authenticated and a handle by which actions can be checked for authorization.
They have two required attributes: uri
, which must be a string, and agent
, which must be a value pointing to the user.
It is expected that any serious use of Global::Context will use a non-trivial AuthToken class that has more stringent requirements.
AUTHOR
Ricardo Signes <rjbs@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2010 by Ricardo Signes.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.