refresh Password

@Modifying
@Query(value = ""UPDATE " + PASSWORDS_KEY + " SET " + PASSWORD_KEY + "=:" + PASSWORD_KEY + _WHERE_ + IDENTIFIER_KEY + "=:" + IDENTIFIER_KEY", nativeQuery = true )
abstract fun refreshPassword(@Param(value = "password") password: String, @Param(value = "id") passwordId: String)

Query used to refresh a GENERATED password

Parameters

password

The value of the refreshed password

passwordId

The identifier of the password