UserCredentials

sec.api.UserCredentials
See theUserCredentials companion class

Attributes

Companion
class
Source
callcontext.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def apply(username: String, password: String): Either[InvalidInput, UserCredentials]

Constructs an instance with provided @param username and @param password. Input is validated for being non-empty and not containing the character :.

Constructs an instance with provided @param username and @param password. Input is validated for being non-empty and not containing the character :.

Attributes

Source
callcontext.scala