SecretOptions

Options describing a secret.

package

Default

Methods

SecretOptions constructor

__construct( $secretOptions = null) 

Arguments

$secretOptions

mixed | null

getSecret

getSecret() : string

Response

string

getType

getType() : string

Response

string

setSecret

setSecret( $secret) : $this

Arguments

$secret

string

Response

$this

setType

setType( $type) : $this

Arguments

$type

string

Response

$this