Nextcloud PHP API (master)

LoginFailedEvent extends Event
in package

Emitted when the authentication fails, but only if the login name can be associated with an existing user.

Tags
since
19.0.0

Table of Contents

Properties

$propagationStopped  : bool
$uid  : string

Methods

__construct()  : mixed
Compatibility constructor
getUid()  : string
returns the uid of the user that was tried to login against
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 $uid) : mixed
Parameters
$uid : string
Tags
since
19.0.0

getUid()

returns the uid of the user that was tried to login against

public getUid() : string
Tags
since
19.0.0
Return values
string

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