Skip to content

Kirby 3.5.7.1

Challenge::verify()

Verifies the provided code against the created one; default implementation that checks the code that was returned from the create() method

Challenge::verify(Kirby\Cms\User $user, string $code): bool

Parameters

Name Type Default Description
$user * Kirby\Cms\User User to check the code for
$code * string Code to verify

Return type

bool

Parent class

Kirby\Cms\Auth\Challenge