Owl\Repositories\Eloquent\Models\User::getAuthPassword PHP Method

getAuthPassword() public method

Get the password for the user.
public getAuthPassword ( ) : string
return string
    public function getAuthPassword()
    {
        return $this->password;
    }