Global::Context::AuthToken - an authentication token
version 0.002
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.
Ricardo Signes <rjbs@cpan.org>
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.