get Keychain

open fun getKeychain(    userId: String,     token: String,     page: Int,     pageSize: Int,     keywords: Set<String>,     types: Set<String>): PaginatedResponse<Password>

Method used to get the keychain of the user

Return

the password owned by the user as PaginatedResponse of Password

Parameters

userId

The identifier of the user

token

The token of the user

page

The page requested

pageSize

The size of the items to insert in the page

keywords

The filter keywords

types

The types of the passwords to retrieve