Trianglman\Sqrl\SqrlConfiguration::setAuthenticationPath PHP Method

setAuthenticationPath() public method

Sets the path to the authentication script
public setAuthenticationPath ( string $authenticationPath ) : SqrlConfiguration
$authenticationPath string
return SqrlConfiguration
    public function setAuthenticationPath($authenticationPath)
    {
        $this->authenticationPath = $authenticationPath;
        return $this;
    }