api/symfony/Component/Mailer/Transport/Smtp/Auth/LoginAuthenticator.yaml
2024-09-26 02:03:21 -07:00

23 lines
721 B
YAML

name: LoginAuthenticator
class_comment: '# * Handles LOGIN 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 LOGIN authentication.\n# *\n# * @author Chris Corbyn\n# */\n\
# class LoginAuthenticator implements AuthenticatorInterface\n# {\n# public function\
\ getAuthKeyword(): string\n# {\n# return 'LOGIN';\n# }\n# \n# /**\n# * @see https://www.ietf.org/rfc/rfc4954.txt"
traits:
- Symfony\Component\Mailer\Transport\Smtp\EsmtpTransport
interfaces:
- AuthenticatorInterface