Class UsernamePasswordCredentials

Class UsernamePasswordCredentials

UsernamePasswordCredentials implements AuthCredentialsInterface

Methods summary

public __construct( NonEmptyStringType $username, StringType $password )

UsernamePasswordCredentials constructor.

public getUsername( void ) : string

Returns the username.

public getPassword( void ) : string

Returns the password.

Properties summary

protected $username : string

$username


		
protected $password : string

$password