JWTKeyStoreOptions

Options describing how an JWT KeyStore should behave.

package

Default

Methods

JWTKeyStoreOptions constructor

__construct( $jwtKeyStoreOptions = null) 

Arguments

$jwtKeyStoreOptions

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