{
    "content": [
        {
            "type": "text",
            "text": "# Authen::SASL::Perl::CRAM_MD5 (perldoc)\n\n## NAME\n\nAuthen::SASL::Perl::CRAMMD5 - CRAM MD5 Authentication class\n\n## SYNOPSIS\n\nuse Authen::SASL qw(Perl);\n$sasl = Authen::SASL->new(\nmechanism => 'CRAM-MD5',\ncallback  => {\nuser => $user,\npass => $pass\n},\n);\n\n## DESCRIPTION\n\nThis method implements the client part of the CRAM-MD5 SASL algorithm, as described in RFC 2195\nresp. in IETF Draft draft-ietf-sasl-crammd5-XX.txt.\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **SEE ALSO**\n- **AUTHORS**\n- **COPYRIGHT**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "Authen::SASL::Perl::CRAM_MD5",
        "section": "",
        "mode": "perldoc",
        "summary": "Authen::SASL::Perl::CRAMMD5 - CRAM MD5 Authentication class",
        "synopsis": "use Authen::SASL qw(Perl);\n$sasl = Authen::SASL->new(\nmechanism => 'CRAM-MD5',\ncallback  => {\nuser => $user,\npass => $pass\n},\n);",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 10,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 12,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "AUTHORS",
                "lines": 6,
                "subsections": []
            },
            {
                "name": "COPYRIGHT",
                "lines": 6,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "Authen::SASL::Perl::CRAMMD5 - CRAM MD5 Authentication class\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "use Authen::SASL qw(Perl);\n\n$sasl = Authen::SASL->new(\nmechanism => 'CRAM-MD5',\ncallback  => {\nuser => $user,\npass => $pass\n},\n);\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "This method implements the client part of the CRAM-MD5 SASL algorithm, as described in RFC 2195\nresp. in IETF Draft draft-ietf-sasl-crammd5-XX.txt.\n\nCALLBACK\nThe callbacks used are:\n\nuser\nThe username to be used for authentication\n\npass\nThe user's password to be used for authentication\n",
                "subsections": []
            },
            "SEE ALSO": {
                "content": "Authen::SASL, Authen::SASL::Perl\n",
                "subsections": []
            },
            "AUTHORS": {
                "content": "Software written by Graham Barr <gbarr@pobox.com>, documentation written by Peter Marschall\n<peter@adpm.de>.\n\nPlease report any bugs, or post any suggestions, to the perl-ldap mailing list\n<perl-ldap@perl.org>\n",
                "subsections": []
            },
            "COPYRIGHT": {
                "content": "Copyright (c) 2002-2004 Graham Barr. All rights reserved. This program is free software; you can\nredistribute it and/or modify it under the same terms as Perl itself.\n\nDocumentation Copyright (c) 2004 Peter Marschall. All rights reserved. This documentation is\ndistributed, and may be redistributed, under the same terms as Perl itself.\n",
                "subsections": []
            }
        }
    }
}