Nextcloud PHP API (master)

AnyLoginFailedEvent extends Event
in package

Emitted when the authentication fails

Tags
since
26.0.0

Table of Contents

Properties

$loginName  : string
$password  : string|null
$propagationStopped  : bool

Methods

__construct()  : mixed
Compatibility constructor
geLoginName()  : string
getPassword()  : string|null
isPropagationStopped()  : bool
{@inheritDoc}
stopPropagation()  : void
Stops the propagation of the event to further event listeners

Properties

$propagationStopped

private bool $propagationStopped = false
Tags
since
22.0.0

Methods

__construct()

Compatibility constructor

public __construct(string $loginName, string|null $password) : mixed
Parameters
$loginName : string
$password : string|null
Tags
since
26.0.0

getPassword()

public getPassword() : string|null
Tags
since
26.0.0
Return values
string|null

isPropagationStopped()

{@inheritDoc}

public isPropagationStopped() : bool
Tags
since
22.0.0
see
StoppableEventInterface
Return values
bool

stopPropagation()

Stops the propagation of the event to further event listeners

public stopPropagation() : void
Tags
since
22.0.0

        
On this page

Search results