Clear
in package
implements
Auth0Event
FinalYes
Table of Contents
Interfaces
Properties
- $store : StoreInterface
- $success : bool|null
Methods
- __construct() : mixed
- getStore() : StoreInterface
- getSuccess() : bool|null
- setSuccess() : self
Properties
$store read-only
private
StoreInterface
$store
$success
private
bool|null
$success
= null
Methods
__construct()
public
__construct(StoreInterface $store) : mixed
Parameters
- $store : StoreInterface
getStore()
public
getStore() : StoreInterface
Return values
StoreInterfacegetSuccess()
public
getSuccess() : bool|null
Return values
bool|nullsetSuccess()
public
setSuccess(bool|null $success) : self
Parameters
- $success : bool|null