page Passwords

private open fun pagePasswords(passwords: List<Password>, page: Int, pageSize: Int): List<Password>

Method used to paginate the passwords list

Return

the passwords list paged as List of Password

Parameters

page

The page requested

pageSize

The size of the items to insert in the page