HtpasswdAuthOptions

Options configuring htpasswd authentication.

package

Default

Methods

HtpasswdAuthOptions constructor

__construct( $htpasswdAuthOptions = null) 

Arguments

$htpasswdAuthOptions

mixed | null

getHtpasswdFile

getHtpasswdFile() : string

Response

string

isPlainTextEnabled

isPlainTextEnabled() : boolean

Response

boolean

setHtpasswdFile

setHtpasswdFile( $htpasswdFile) : $this

Arguments

$htpasswdFile

string

Response

$this

setPlainTextEnabled

setPlainTextEnabled( $plainTextEnabled) : $this

Arguments

$plainTextEnabled

boolean

Response

$this