Auth0-PHP

Set
in package
implements Auth0Event

Interfaces, Classes, Traits and Enums

Auth0Event
Interface Auth0Event.

Table of Contents

$key  : string
$store  : StoreInterface
$success  : bool|null
$value  : mixed
__construct()  : mixed
getKey()  : string
getStore()  : StoreInterface
getSuccess()  : bool|null
getValue()  : mixed
setSuccess()  : self

Properties

$key

private string $key

$success

private bool|null $success = null

$value

private mixed $value

Methods

__construct()

public __construct(StoreInterface $store, string $key, mixed $value) : mixed
Parameters
$store : StoreInterface
$key : string
$value : mixed
Return values
mixed

getKey()

public getKey() : string
Return values
string

getSuccess()

public getSuccess() : bool|null
Return values
bool|null

getValue()

public getValue() : mixed
Return values
mixed

setSuccess()

public setSuccess(bool|null $success) : self
Parameters
$success : bool|null
Return values
self

Search results