WebAuth::Token::WebKDCFactor(3pm) | User Contributed Perl Documentation | WebAuth::Token::WebKDCFactor(3pm) |
WebAuth::Token::WebKDCFactor - WebAuth webkdc-factor tokens
my $token = WebAuth::Token::WebKDCFactor->new; $token->subject ('user'); $token->initial_factors ('d'); $token->expiration (time + 3600); print $token->encode ($keyring), "\n";
A WebAuth webkdc-factor token, which stores additional factors that will be combined with valid login or webkdc-proxy tokens but which cannot, by themselves, authenticate the user. This token is stored as a separate cookie in the user's browser, possibly with a longer lifespan than the single sign-on credentials, and may also be returned by the user information service for certain types of authentications.
As with WebAuth module functions, failures are signaled by throwing WebAuth::Exception rather than by return status.
Russ Allbery <eagle@eyrie.org>
WebAuth(3), WebAuth::Keyring(3), WebAuth::Token(3)
This module is part of WebAuth. The current version is available from <http://webauth.stanford.edu/>.
2019-01-05 | perl v5.28.1 |