GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Authen::SASL::Perl::XOAUTH2(3) User Contributed Perl Documentation Authen::SASL::Perl::XOAUTH2(3)

Authen::SASL::Perl::XOAUTH2 - XOAUTH2 Authentication class

version 2.1800

  use Authen::SASL qw(Perl);
  $sasl = Authen::SASL->new(
    mechanism => 'XOAUTH2',
    callback  => {
      user => $user,
      pass => $access_token
    },
  );

This module implements the client side of the XOAUTH2 SASL mechanism, which is used for OAuth 2.0-based authentication.

The callbacks used are:

Client

The username to be used for authentication.
The OAuth 2.0 access token to be used for authentication.

Authen::SASL, Authen::SASL::Perl

Written by Aditya Garg and Julian Swagemakers.

Copyright (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.

2025-04-25 perl v5.40.2

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.