|
NAMEAuthen::SASL::Perl::XOAUTH2 - XOAUTH2 Authentication class VERSIONversion 2.1800 SYNOPSIS use Authen::SASL qw(Perl);
$sasl = Authen::SASL->new(
mechanism => 'XOAUTH2',
callback => {
user => $user,
pass => $access_token
},
);
DESCRIPTIONThis module implements the client side of the XOAUTH2 SASL mechanism, which is used for OAuth 2.0-based authentication. CALLBACKThe callbacks used are: Client SEE ALSOAuthen::SASL, Authen::SASL::Perl AUTHORSWritten by Aditya Garg and Julian Swagemakers. COPYRIGHTCopyright (c) 2025 Aditya Garg. Copyright (c) 2025 Julian Swagemakers. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
|