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