TotpChallenge::verify()
Verifies the provided code against the created one
Parameters
Name | Type | Default | Description |
---|---|---|---|
$user * | Kirby\Cms\User |
– | User to check the code for |
$code * | string |
– | Code to verify |
Return type
bool