The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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.