| Net::OAuth2::Profile::Password(3pm) | User Contributed Perl Documentation | Net::OAuth2::Profile::Password(3pm) |
Net::OAuth2::Profile::Password - OAuth2 for web-server use
Net::OAuth2::Profile::Password is a Net::OAuth2::Profile
my $auth = Net::OAuth2::Profile::Password->new(...); $auth->get_access_token(...);
Extends "DESCRIPTION" in Net::OAuth2::Profile.
Extends "METHODS" in Net::OAuth2::Profile.
Extends "Constructors" in Net::OAuth2::Profile.
-Option --Defined in --Default
client_id Net::OAuth2::Profile <required>
client_secret Net::OAuth2::Profile <required>
grant_type Net::OAuth2::Profile 'password'
hd Net::OAuth2::Profile undef
scope Net::OAuth2::Profile undef
secrets_in_params Net::OAuth2::Profile <true>
site Net::OAuth2::Profile undef
state Net::OAuth2::Profile undef
token_scheme Net::OAuth2::Profile 'auth-header:Bearer'
user_agent Net::OAuth2::Profile <created internally>
Extends "Accessors" in Net::OAuth2::Profile.
Extends "Actions" in Net::OAuth2::Profile.
Extends "Helpers" in Net::OAuth2::Profile.
-Option --Default
password <required>
username <required>
Copyrights 2013-2019 on the perl code and the related
documentation
by [Mark Overmeer <markov@cpan.org>] for SURFnet bv, The Netherlands.
For other contributors see "Changes".
Copyrights 2011-2012 by Keith Grennan.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See http://dev.perl.org/licenses/
| 2021-10-15 | perl v5.32.1 |