KeyStoreOptions

Options describing how an JWT KeyStore should behave.

package

Default

Methods

KeyStoreOptions constructor

__construct( $keyStoreOptions = null) 

Arguments

$keyStoreOptions

mixed | null

getPassword

getPassword() : string

Response

string

getPath

getPath() : string

Response

string

getType

getType() : string

Response

string

setPassword

setPassword( $password) : $this

Arguments

$password

string

Response

$this

setPath

setPath( $path) : $this

Arguments

$path

string

Response

$this

setType

setType( $type) : $this

Arguments

$type

string

Response

$this