api/symfony/Component/Mailer/Transport/Smtp/Auth/PlainAuthenticator.yaml

24 lines
721 B
YAML
Raw Normal View History

2024-09-26 09:03:21 +00:00
name: PlainAuthenticator
class_comment: '# * Handles PLAIN authentication.
# *
# * @author Chris Corbyn'
dependencies:
- name: EsmtpTransport
type: class
source: Symfony\Component\Mailer\Transport\Smtp\EsmtpTransport
properties: []
methods:
- name: authenticate
visibility: public
parameters:
- name: client
comment: "# * Handles PLAIN authentication.\n# *\n# * @author Chris Corbyn\n# */\n\
# class PlainAuthenticator implements AuthenticatorInterface\n# {\n# public function\
\ getAuthKeyword(): string\n# {\n# return 'PLAIN';\n# }\n# \n# /**\n# * @see https://www.ietf.org/rfc/rfc4954.txt"
traits:
- Symfony\Component\Mailer\Transport\Smtp\EsmtpTransport
interfaces:
- AuthenticatorInterface