RequiresAuthenticator
Parent class requires a JWTAuthenticator instance to be injected
Table of Contents
Properties
Methods
- setJWTAuthenticator() : $this
- Inject authenticator this mutation should use
- getJWTAuthenticator() : JWTAuthenticator|null
Properties
$jwtAuthenticator
protected
JWTAuthenticator|null
$jwtAuthenticator
= null
Methods
setJWTAuthenticator()
Inject authenticator this mutation should use
public
setJWTAuthenticator(JWTAuthenticator $authenticator) : $this
Parameters
- $authenticator : JWTAuthenticator
Return values
$thisgetJWTAuthenticator()
protected
getJWTAuthenticator() : JWTAuthenticator|null