23 lines
721 B
YAML
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
|