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