Local method : will use SSO user table

package sso\lib\dao\auths

 Methods

Try to authenticate a user

auth(string $user, string $pass, \sso\stdClass $options) 
see
inherited_from \sso\SsoAuthMethodInterface::auth()

Parameters

$user

string

user

$pass

string

clear password

$options

\sso\stdClass

all auth method options

Options of the method

getOptions(array<mixed,mixed> $value = NULL
see
inherited_from \sso\SsoAuthMethodInterface::getOptions()

Parameters

$value

array<mixed,mixed>

current values, as key => value, each key is a Field name of a previous call. Can be used for display example of current option values in option description for example.