Options describing how an JWT Auth should behave.
package |
Default |
---|
__construct( $jwtAuthOptions = null)
mixed | null
addJwk( $jwks) : $this
array
$this
addPubSecKey( $pubSecKeys) : $this
PubSecKeyOptions|array
$this
addSecret( $secrets) : $this
SecretOptions|array
$this
getJwks() : array
array
getJWTOptions() : \io\vertx\jphp\ext\jwt\JWTOptions
getKeyStore() : \io\vertx\jphp\ext\auth\KeyStoreOptions
getPermissionsClaimKey() : string
string
getPubSecKeys() : array
array
getSecrets() : array
array
setJwks( $jwks) : $this
array
$this
setJWTOptions( $jwtOptions) : $this
JWTOptions|array
$this
setKeyStore( $keyStore) : $this
KeyStoreOptions|array
$this
setPermissionsClaimKey( $permissionsClaimKey) : $this
string
$this
setPubSecKeys( $pubSecKeys) : $this
PubSecKeyOptions|array
$this
setSecrets( $secrets) : $this
SecretOptions|array
$this