get

abstract suspend fun get(userId: UserId): Result<Set<UserToken>>

Return

a successful Result with all the UserTokens associated to the given userId or a failed one in case of errors.