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

42 lines
922 B
YAML

name: AuthenticatorInterface
class_comment: null
dependencies:
- name: TransportExceptionInterface
type: class
source: Symfony\Component\Mailer\Exception\TransportExceptionInterface
- name: EsmtpTransport
type: class
source: Symfony\Component\Mailer\Transport\Smtp\EsmtpTransport
properties: []
methods:
- name: authenticate
visibility: public
parameters:
- name: client
comment: '# * An Authentication mechanism.
# *
# * @author Chris Corbyn
# */
# interface AuthenticatorInterface
# {
# /**
# * Tries to authenticate the user.
# *
# * @throws TransportExceptionInterface'
- name: getAuthKeyword
visibility: public
parameters: []
comment: '# * Gets the name of the AUTH mechanism this Authenticator handles.'
traits:
- Symfony\Component\Mailer\Exception\TransportExceptionInterface
- Symfony\Component\Mailer\Transport\Smtp\EsmtpTransport
interfaces: []