public requestPasswordAuthentication(session as Session) as PasswordAuthentication:
Resolves SMTP credentials for the provided session.
Override this method in subclasses.
| Parameter | Description |
|---|---|
session | Mail session requesting credentials. |
Credentials or null when the session should stay anonymous.
import klyn.mails auth = Authenticator() print(auth.requestPasswordAuthentication(null) == null)