laravel / 10 / api / 10.x / illuminate / contracts / validation / uncompromisedverifier.html

UncompromisedVerifier

interface UncompromisedVerifier (View source)

Methods

bool verify(array $data)

Verify that the given data has not been compromised in data leaks.

Details

bool verify(array $data)

Verify that the given data has not been compromised in data leaks.

Parameters

array $data

Return Value

bool

© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/10.x/Illuminate/Contracts/Validation/UncompromisedVerifier.html