Auth0-PHP

Get
in package
implements Auth0Event

Interfaces, Classes, Traits and Enums

Auth0Event
Interface Auth0Event.

Table of Contents

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

Properties

$key

private string $key

$missed

private bool|null $missed = null

$success

private bool|null $success = null

$value

private mixed $value

Methods

getKey()

public getKey() : string
Return values
string

getMissed()

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

getSuccess()

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

getValue()

public getValue() : mixed
Return values
mixed

setMissed()

public setMissed(bool $missed) : self
Parameters
$missed : bool
Return values
self

setSuccess()

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

setValue()

public setValue(mixed $value) : self
Parameters
$value : mixed
Return values
self

Search results