Shawn M Moore > Jifty-Plugin-OAuth-0.03 > Jifty::Plugin::OAuth::Action::AuthorizeRequestToken

Download:
Jifty-Plugin-OAuth-0.03.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Source   Latest Release: Jifty-Plugin-OAuth-0.04

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.