public class PasswordAuthentication extends Object:
import klyn.mails
auth = PasswordAuthentication("user", "secret")
print(auth.userName)| Modifier and Type | Member | Description |
|---|---|---|
| public readonly | passwordpassword as String |
Login password. |
| public readonly | userNameuserName as String |
Login user name. |
| Modifier and Type | Member | Description |
|---|---|---|
| public | PasswordAuthenticationPasswordAuthentication(userName as String, password as String = ""): |
Creates credentials. |