Base
in package
Base provider class to check the password.
Table of Contents
- $infoUrl : string
- Website url with additional information.
- $url : string
- Provider url.
- check() : array<string|int, mixed>
- Function to check the password.
- isActive() : bool
- Function checks if provider is active.
Properties
$infoUrl
Website url with additional information.
public
string
$infoUrl
$url
Provider url.
public
string
$url
Methods
check()
Function to check the password.
public
abstract check(string $password) : array<string|int, mixed>
Parameters
- $password : string
Return values
array<string|int, mixed> —['message' => (string) , 'status' => (bool)]
isActive()
Function checks if provider is active.
public
abstract isActive() : bool