Auth

com.mchange.mailutil.Smtp.Auth
case class Auth(user: String, password: String) extends Authenticator

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Authenticator
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def getPasswordAuthentication(): PasswordAuthentication

Attributes

Definition Classes
Authenticator

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product