The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

NAME

Jifty::Plugin::OAuth::Action::AuthorizeRequestToken

validate_token

Make sure we have such a token, and that it is not already authorized

take_action

Actually authorize or deny this request token

inflate_use_limit -> DateTime

Takes the use_limit argument and inflates it to a DateTime object representing when the access token will expire. It expects the input to be of the form "number_of_periods period_length", so "5 minutes", "1 hour", etc.