The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Zapp::Task::GetOAuth2Token - Get an OAuth2 Token

VERSION

version 0.005

DESCRIPTION

This task gets an OAuth2 token from the given provider.

Output

    access_token        - The access token
    token_type          - The type of token. Only Bearer tokens are available so far.
    scope               - The scopes returned
    expires_in
    refresh_token

SEE ALSO

AUTHOR

Doug Bell <preaction@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2021 by Doug Bell.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.